Tree Style Tab értékelései
Tree Style Tab szerző: Piro (piro_or)
1647 értékelés
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 16003692, 5 éve
- If there is one extension you should consider, this is it. This is the main reason I use Firefox. I won't consider any other browser because of TST. No other browser has anything this fabulous. I started using the basics of TST as soon as I installed it. Over time, I began customizing it by adding more and more of its functions and making it even better.
- Csillagos értékelés: 5 / 5készítette: skotadopsychos, 5 éve
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 15954971, 5 éveThis might be a really weird comment, but I really wonder why there is no copy of this extension on Chrome?
- Csillagos értékelés: 5 / 5készítette: Gonzalo Higuera Díaz, 5 éve
- Csillagos értékelés: 5 / 5készítette: Bill, perhaps a cat, 5 éveTree 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.
- Csillagos értékelés: 5 / 5készítette: hopehapper, 5 éve
- Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 15878258, 5 éve
- @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;
} - Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 15707182, 5 éve