Tree Style Tab incelemeleri
Tree Style Tab geliştiren: Piro (piro_or)
1.648 inceleme
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 16003692, 5 yıl önce
- 5 üzerinden 5 puanyazan: JD, 5 yıl önceIf 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.
- 5 üzerinden 5 puanyazan: Blade, 5 yıl önceBest add-on I had EVER for Firefox. Stable, dependable, well-featured, well-documented. Not to mention it solves a problem (moving to 16:9 screens from 4:3) which browsers should have solved in the last 15 years, but ALL of them FAILED.
- 5 üzerinden 5 puanyazan: Grindelka, 5 yıl önce
- 5 üzerinden 5 puanyazan: MidoriG, 5 yıl önce
- 5 üzerinden 5 puanyazan: skotadopsychos, 5 yıl önce
- 5 üzerinden 5 puanyazan: sujeet, 5 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 15954971, 5 yıl önceThis might be a really weird comment, but I really wonder why there is no copy of this extension on Chrome?
- 5 üzerinden 5 puanyazan: heyu, 5 yıl önce
- 5 üzerinden 5 puanyazan: Jaub, 5 yıl önceThis add-on has become very useful now that I do all my work from home. Everything works well and is easy to customize.
- 5 üzerinden 5 puanyazan: JB, 5 yıl önce
- 5 üzerinden 5 puanyazan: Gonzalo Higuera Díaz, 5 yıl önce
- 5 üzerinden 5 puanyazan: caouis, 5 yıl önceOne 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)
- 5 üzerinden 5 puanyazan: Bill, perhaps a cat, 5 yıl önceTree 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.
- 5 üzerinden 5 puanyazan: hopehapper, 5 yıl önce
- 5 üzerinden 5 puanyazan: dAN, 5 yıl önce
- 5 üzerinden 5 puanyazan: Jenn, 5 yıl önceeasily 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.
- 5 üzerinden 5 puanyazan: Brayan, 5 yıl önce
- 5 üzerinden 5 puanyazan: Ju, 5 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 15878258, 5 yıl önce
- 5 üzerinden 5 puanyazan: miguelk, 5 yıl önce@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;
} - 5 üzerinden 5 puanyazan: _ztv, 5 yıl önce