Análises de Tree Style Tab
Tree Style Tab por Piro (piro_or)
2.198 análises
- Avaliado em 3 de 5por Village Hero, há 8 anos
- Avaliado em 5 de 5por Shawn Carrié, há 8 anosGreat extension, but in Firefox 57.0, the tabs are still shown at the top of the browser, taking up space – I hope this gets fixed soon!
- Avaliado em 5 de 5por Usuário 13440126 do Firefox, há 8 anos
- Avaliado em 5 de 5por Usuário 13439764 do Firefox, há 8 anosThis is probably the main reason why I use Firefox!
- Avaliado em 5 de 5por Usuário 13439177 do Firefox, há 8 anosThat extension is one of the reasons why Firefox is so awesome! Thanks a lot for updating it to work with Firefox 57!
Hopefully the issue with an API for hiding the native tab bar will be resolved soon. - Avaliado em 5 de 5por Usuário 13437163 do Firefox, há 8 anos
- Avaliado em 4 de 5por Usuário 13435954 do Firefox, há 8 anos
- Avaliado em 5 de 5por Usuário 13433910 do Firefox, há 8 anos
- Avaliado em 5 de 5por Usuário 13340587 do Firefox, há 8 anosThis is the most useful addon in the history of Firefox. As long as this addon is alive, I can't leave Firefox.
- Very good extension, highly customizable.
If you want to hide the legacy tabs toolbar AND the title toolbar too, here are my settings :
* Disable title toolbar
* Tree Style Tab vertigo theme
* In your profile/chrome/userChrome.css file (create it if needed) :
#TabsToolbar, #sidebar-header {
visibility: collapse !important;
}
#TabsToolbar {
margin-bottom: -23px !important;
}
toolbar {
padding-right: 110px !important;
padding-bottom: 2px !important;
padding-top: 2px !important;
}
#navigator-toolbox::after {
border-bottom: 1px solid #474749 !important;
}
I like thin and clean tabs so I added these rules to the Tree Style Tab extra style rules :
* Custom Tree Style Tabs css :
.tab {
height: 25px !important;
border-top: none !important;
border-bottom: dotted 1px #ccc !important;
}
.tab .label {
font-size: 11px !important;
}
And voila, a single bar clean Firefox (tested on developer edition v58).
Just one feature request : a dark (not black) theme using the same grays than Firefox would be great ! - Avaliado em 5 de 5por Usuário 13430972 do Firefox, há 8 anosOh thank god the developer got this to work with the WebExtensions version of Firefox. I've been dreading the thought of losing this extension for about a year or so now, as I rely heavily on it for productivity. I don't really know what I would do without it - I guess I could have adjusted to Vivaldi's vastly inferior side tab system instead. But now there is no need!
Also, to get rid of top tabs as well, use this workaround: https://www.reddit.com/r/firefox/comments/721ieq/ff57_removehide_tab_bar/
And then go into Customize settings, and at the bottom check 'Tab Bar' to get back the top corner options. - Stil buggy, open a link on a child tab and it will hide, despite disabling the option to not collapse the tab, this happens plenty of times, and it's annoying. Rarely happens but, sometimes the tab will just be out of sight, and have to CTRL+TAB to get to it. There should be a way of resizing them, they are too large for my eyes.
Still good tho.
Dev if you need a showcase, or a way to replicate the collapsing issue, go to the Tree Style Tab extension page (https://addons.mozilla.org/en-US/firefox/addon/tree-style-tab/) and go to More extensions by Piro (piro_or) and middle click in one of them, make sure there are no other child tabs, otherwise it won't work. - Avaliado em 4 de 5por Usuário 13428186 do Firefox, há 8 anosAuto-hide was the most remarkable option in this expansion. Now this expansion has lost its significance for me. I beg you to return the necessary property of Auto-hide.
Автоскрытие было самой замечательной опцией в этом расширении. Теперь же это расширение утратило свою значимость для меня. Очень прошу вернуть необходимейшее свойство Автоскрытия. - Avaliado em 3 de 5por Usuário 13427016 do Firefox, há 8 anos- doesnt work on the last stable version of Firefox, ver. 56
- in ver 57 there is a number of differences with regular behaviour:
cant make the tree style tab smaller than some limit, which is too large for me
top line tabs are not removed (what is then the point of having this extension?)
Hope the extension owner and the firefox team will fix bugs fast. without this extension there is much less reasons not to go for Chrome - Avaliado em 4 de 5por Contretemps, há 8 anosGreat extension, have used it since I discovered it some years ago. I love that it is still being worked on and updated!
Using with Firefox Developer edition, the Firefox 57+ version is pretty good. I'm used to having bookmarks open on the left side and tabs on the right, which doesn't look possible anymore, but I can adjust. The one thing that *really needs to be an option or default* is getting rid of the default tab-strip on top like the old extension did. It would be most preferable if it just showed the title of the tab you are on, like the old extension did.
I can't live without this extension, so I'm putting up with having a tab bar on top AND a tab bar on the side, but that is definitely sub-optimal. I see there's a way to disable the tab bar on top with a "chrome/userChrome.css" in the Firefox profile folder, but I'm on the fence about showing nothing up there (most prefer title of page).
This is a new version so some bugs are expected, hoping for the best, and thanks to Piro for this great tab organizer. - You can disable the horizontal tabs on the title bar by adding the following line to userChrome.css in the Chrome directory of your Firefox profile: #tabbrowser-tabs { visibility: collapse !important; }
If you don't have the Chrome directory and userChrome.css, make them. Go here for information about how to access your firefox profile: https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data
I hope Piro-san will solve this in a smarter way.
And Thank you so much for your hard work. This extension is the reason why I never switched to other browser.