Recensioni per Tree Style Tab
Tree Style Tab di Piro (piro_or)
2234 recensioni
- Valutata 5 su 5di Utente Firefox 13133791, 8 anni fa
- Valutata 5 su 5di rom100main, 8 anni fa
- Valutata 5 su 5di Utente Firefox 13556871, 8 anni fa
- Valutata 5 su 5di Utente Firefox 13556723, 8 anni fayo! I second "Can't live without it"
Thanks a LOT for this awesome extension.
Several years ago (about 6 i think), the sudden inspiration crossed my mind, that tabs should not be listed horizontally, and after some longer research at that point in time (treestyletab was lesser known), i found this and was happy EVER AFTER.
It's pretty incredible that the devs made this working with firefox Quantum out of the box, I can't believe the effort.
I just wanna say: Thank you!
And you don't even want Donations, tears in my eyes, much love :) - Valutata 5 su 5di Adam Fontenot, 8 anni fa
- Valutata 4 su 5di Alexander Martinez, 8 anni faThanks for this add on, it's realy helpfully for user who use a lot of tabs in a session.
I really miss 2 things that wass very usefull, the auto hide, and the transparency without rezize the webpage area.
I don't know if it's posible cus the api limits. - Valutata 5 su 5di Ammar Najjar, 8 anni faThank you for this very useful addon, cannot use browser without it.
- Valutata 5 su 5di Utente Firefox 13547239, 8 anni faSplendid job on converting to Firefox Quantum. With the changes to chrome.css from the wiki, it looks great!
- Valutata 5 su 5di Utente Firefox 13547018, 8 anni fa
- Valutata 2 su 5di Utente Firefox 13546646, 8 anni faТак изуродовать прекрасное дополнение ... Это надо было приложить массу усилий.
- Valutata 5 su 5di Utente Firefox 13545342, 8 anni fa
- Valutata 5 su 5di Utente Firefox 13543912, 8 anni fa
- Valutata 4 su 5di Utente Firefox 13543417, 8 anni faTree-style tabs are more compact and orderly than organizing tabs through the normal tabs bar. This extension has a few bugs in it, but it's still indispensable to saving time on the internet! Thank you, Piro. :)
- Valutata 5 su 5di Utente Firefox 13543425, 8 anni faPerfect when opening lots of tabs on a widescreen monitor. All tabs remain readable contrary to the normal tab layout.
- Valutata 3 su 5di Utente Firefox 13541580, 8 anni faIo non voglio vedere le schede in alto. Spero che questo problema sia risolto in futuro.
- Valutata 5 su 5di Utente Firefox 13541078, 8 anni faif not this plug-in I'd give up using FF and go for Chrome!
- Valutata 5 su 5di gorbush2000, 8 anni faThis is must have extension. It would be even greater if it could work in tandem with ColorfulTabs.
Just to remind older comments. One can hide FireFox tab bar and Side Panel title with userChrome.css file like that:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* to hide the native tabs */
#TabsToolbar { visibility: collapse; }
/* to hide the sidebar header */
#sidebar-header { visibility: collapse; }