Tree Style Tab incelemeleri
Tree Style Tab geliştiren: Piro (piro_or)
1.649 inceleme
- 5 üzerinden 5 puanyazan: Alexey, 7 yıl önceExtension is very handy. But last update asks for accessing all my web data. Why??? I'm not installing it for now cause there is no justification anywhere why this permission has been requested.
- 5 üzerinden 5 puanyazan: XenGeek, 7 yıl önceTo add on to Anonymous user fc7bf5's comment. If you want to get rid of the Horizontal Tabs and the Title Bar for the sidebar simply add the following in your Firefox Profile. This is not the Local AppData one, but the Roaming one which is normally found at: %UserProfile%\Appdata\Roaming\Mozilla\Firefox\Profiles
You will have a profile folder here, maybe more if you utilize multiple profiles in Firefox. Once you pin-point yours you simply need to add a new folder called "Chrome" in your profile folder and create a new text file "userChrome.css" make sure it is a css file and not a txt. you may have to google how to change file extensions by revealing them in Windows. The contents of that file should contain one or both of the following segments depending on what you want.
/* Contributed by Anonymous user 099626's */
/* Remove horizontal tabs */
#tabbrowser-tabs {
visibility: collapse;
}
/* Remove sidebar header */
#sidebar-header {
visibility: collapse;
}
Once this is done you will have to restart FireFox. Depending on your theme in FireFox you may notice you can't see the windows control buttons in the upper right. To fix this simply go to the "Customize..." menu and check the "Title Bar" option then click done.
ps. I've noticed some FireFox menu's don't take the removal of the Horizontal Tabs into account due to it not being a build in option. With this in mind option screens like "Customize..." may take over your full screen including the TreeStyle Tabs. If this happens simply look for another way to close the screen, which should be provided.
pps. TreeStyle Tabs is a fantastic app that I've used for years, I've slowly started moving to Chrome because of the noticeable speed difference and the large amount of multitasking I have to do daily. I am excited to see if FireFox Quantum can live up to the speed it boasts. That being said...
Happy Tab Hoarding! :D - 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13455230, 7 yıl önce
- 5 üzerinden 5 puanyazan: paulrademaker, 7 yıl önceThanks to Anonymous user fc7bf5 for fixing the problem to remove the tab bar at the top!
With this fix 5 stars. Strange that the creator of this usefull extension didn't solve this problem. - 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13454663, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13454624, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13454099, 7 yıl önceFor anyone having trouble with the horizontal tabs not hiding, Anonymous user 099626's advice worked for me. Create a folder chrome/ in your firefox profile and then in that directory a userChrome.css file containing the following rules
/* Remove horizontal tabs */
#tabbrowser-tabs {
visibility: collapse;
}
If you want to get rid of the sidebar header, add this to the file:
/* Remove sidebar header */
#sidebar-header {
visibility: collapse;
}
You will have to restart Firefox to enact the changes. - 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13413883, 7 yıl önceBest extension ever that keep me using Firefox
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13448536, 7 yıl önce
- 5 üzerinden 5 puanyazan: Yassine ElBadaoui, 7 yıl önce
- 5 üzerinden 5 puanyazan: kanimiso, 7 yıl önceツリー型タブのアドオンを1年前ほどからずっと入れてましたがFirefoxのアプデにより
ツリーの固定化と最大縮小サイズが狭くなってしまいもっと狭く設定できるようにしてほしいです。
このアドオンを使わないと生きていけない体になってしまい、とても良いアドオンだと思います - 5 üzerinden 5 puanyazan: 93d023f02b664b0f88f7, 7 yıl öncePractically essential if you open many tabs. Hierarchical indentation is what makes this superior to all other solutions.
The transition to Web Extensions is excellent considering the situation. There is a current bug on Firefox's end that keeps the horizontal tabs around. You can address this by creating a file in your Firefox profile, \chrome\userChrome.css and add the following rules:
/* Remove horizontal tabs */
#tabbrowser-tabs {
visibility: collapse;
}
If you want to get rid of the sidebar header, add this to the file:
/* Remove sidebar header */
#sidebar-header {
visibility: collapse;
}
You will have to restart Firefox to enact the changes. - 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13445755, 7 yıl önceI loved having the autohide tabs on the side and no tabs at the top. It was just easier for me when I was search for something, say Thumb drives, and I could easily locate the store page from all the listings I was looking at. The autohide tree tabs on the side gave me more screen space both vertically and horizontally and I miss it sorely. I hope to see this updated soon for ff57!
- 5 üzerinden 5 puanyazan: Parsa, 7 yıl önceAuto hide not working in FF57 & display as sidebar! And horizontal tab too displayed.
- 5 üzerinden 5 puanyazan: Rhys Powell, 7 yıl önce
- 5 üzerinden 5 puanyazan: Mikhail Khvoinitsky, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13444542, 7 yıl önce
- 5 üzerinden 5 puanyazan: Anton, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13443389, 7 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13443118, 7 yıl önce
- 5 üzerinden 5 puanyazan: mindfuldev, 7 yıl önceMy favorite extension. Works great with Firefox 57+. It has many options and also allows customization via CSS (I use it to increase font). It doesn't hide top tab bar because of API limitation but for me it is feature not bug :) because I sometimes use also top bar for example when I need more horizontal space.
- 5 üzerinden 5 puanyazan: Jeff, 7 yıl önceThe reason why I continue using Firefox. Viewing pages in a tree is a great way to keep track of my day-to-day projects.
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 13442352, 7 yıl önceGreat way to organize tabs if you're a million-tab user like me.
One request (and I know it's early) - in Firefox Quantum, the tab bar at the top stays! So now I have 2 sets of tabs - the normal Firefox tabs, and the tree style tabs. Would be great if there was a way to hide the tabs at the top. Thanks!