Recensioni per Tree Style Tab
Tree Style Tab di Piro (piro_or)
1.662 recensioni
- Valutata 5 su 5di Gonzalo Higuera Díaz, 5 anni fa
- Valutata 5 su 5di Bill, perhaps a cat, 5 anni faTree Style Tab has noticably increased my efficiency using Firefox. I tried using Vivaldi's with its vertical tabs - that's pretty good, but I find Tree Style Tab to be more polished. I can keep many tabs and thoughts ongoing, yet easily shift topics by hopping from one subtree to another. Recommended.
- Valutata 5 su 5di hopehapper, 5 anni fa
- Valutata 5 su 5di Utente Firefox 15878258, 5 anni fa
- @Ons-joe, try any of the following CSS codes:
/* Hide Tab Bar contents (Doesn't remove title bar)
#TabsToolbar .tabbrowser-tab,
#TabsToolbar .tabs-newtab-button,
#new-tab-button, #alltabs-button {
display: none !important;
} */
/* Hide Tab Bar contents (Removes title bar) */
#titlebar {
visibility: collapse !important;
}
/* The margin-top so that the buttons and search bars on the nav bar aren't cut-off when Firefox is maximized */
#main-window[sizemode="maximized"] #nav-bar {
margin-top: 8px;
}
/* To hide the sidebar header */
#sidebar-header {
display: none !important;
} - Valutata 5 su 5di Utente Firefox 15707182, 5 anni fa
- Valutata 5 su 5di BlackViolet05, 5 anni fa
- Valutata 5 su 5di Utente Firefox 15771272, 5 anni fa
- Valutata 5 su 5di Maya Boughandjioua, 5 anni fa
- Valutata 5 su 5di Utente Firefox 13541197, 5 anni fa
- Valutata 5 su 5di Utente Firefox 11270652, 5 anni fa
- Valutata 5 su 5di usernamenumber, 5 anni faTree-style tabs is life-changing if you do any kind of work that involves having a lot of tabs open at once. Having them easily grouped by project/subject/whatever you want makes going back to traditional tabs feel like such a mess! I've been a happy user of this extension for years.
- Valutata 5 su 5di Utente Firefox 15592838, 5 anni faGreat tool to structure tabs for tab-hoarder like me!
Only one thing could make this better - If the structure would somehow be saved when I use my "OneTab" extension.
If you could work with that developer to get that then this is worth 6 stars :)
Also I like the little pop up message about how how to hide Tree tabs and regular tabs in one step, I wonder if a similar annotation could show new users about the other TST additions/addons?
BTW- Maybe the Close 'Tree Style Tab' button should be a collapse icon (<) instead of (X), because that symbolises a non-reversible closing action to me.
(Version 3.4.8)