Tree Style Tab incelemeleri
Tree Style Tab geliştiren: Piro (piro_or)
2.172 inceleme
- 5 üzerinden 5 puanyazan: sujeet, 5 yıl önce
- 5 üzerinden 4 puanyazan: ewb, 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 4 puanyazan: Youseeus, 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 2 puanyazan: Firefox kullanıcısı 12148057, 5 yıl önceI get that it's more practical but as long as it is not possible to hide the top bar you end up with double the clutter.
- 5 üzerinden 5 puanyazan: hopehapper, 5 yıl önce
- 5 üzerinden 4 puanyazan: Pablo Tabarini, 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 3 puanyazan: cvegax, 5 yıl önce
- 5 üzerinden 4 puanyazan: Firefox kullanıcısı 13760452, 5 yıl önce長らく愛用させて頂いてます。
タブのスクロールバーだけをタブの右側に配置する設定ができれば、大変嬉しいです。
タブは右側に設置していますが、ツリー構造は左側にあるときと同じ形が好きです。この場合、ページのスクロールバーとタブのスクロールバーが並んでしまい、操作のときに混乱するのです。ご検討いただければ幸いです。 - 5 üzerinden 5 puanyazan: Brayan, 5 yıl önce
- 5 üzerinden 4 puanyazan: Firefox kullanıcısı 13874864, 5 yıl önceWith a tab search it'd be perfect.
And maybe an option to hide the native FF tab bar. - 5 üzerinden 1 puanyazan: Xtrem, 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