Critiques pour Tree Style Tab
Tree Style Tab par Piro (piro_or)
1 666 notes
- Noté 5 sur 5par skotadopsychos, il y a 5 ans
- Noté 5 sur 5par sujeet, il y a 5 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 15954971 de Firefox, il y a 5 ansThis might be a really weird comment, but I really wonder why there is no copy of this extension on Chrome?
- Noté 5 sur 5par heyu, il y a 5 ans
- Noté 5 sur 5par Jaub, il y a 5 ansThis add-on has become very useful now that I do all my work from home. Everything works well and is easy to customize.
- Noté 5 sur 5par JB, il y a 5 ans
- Noté 5 sur 5par Gonzalo Higuera Díaz, il y a 5 ans
- Noté 5 sur 5par caouis, il y a 5 ansOne of the best extension I use! Using a normal browser become a pain without it. Thank to Piro for making it (and for the hard work involved in porting it to webextension)
- Noté 5 sur 5par Bill, perhaps a cat, il y a 5 ansTree 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.
- Noté 5 sur 5par hopehapper, il y a 5 ans
- Noté 5 sur 5par dAN, il y a 5 ans
- Noté 5 sur 5par Jenn, il y a 5 anseasily the best solution for treed tabs in any browser. it's got some buggy habits but still leaps and bounds better than any solution i've found on firefox or other browsers. i've been using it for several years now and my workflow depends on it.
- Noté 5 sur 5par Brayan, il y a 5 ans
- Noté 5 sur 5par Ju, il y a 5 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 15878258 de Firefox, il y a 5 ans
- Noté 5 sur 5par miguelk, il y a 5 ans@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;
} - Noté 5 sur 5par _ztv, il y a 5 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 15707182 de Firefox, il y a 5 ans
- Noté 5 sur 5par BlackViolet05, il y a 5 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 15771272 de Firefox, il y a 5 ans
- Noté 5 sur 5par Maya Boughandjioua, il y a 5 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 13541197 de Firefox, il y a 5 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 11270652 de Firefox, il y a 5 ans
- Noté 5 sur 5par Maxim P, il y a 5 ans