Recenzie doplnku Tree Style Tab
Tree Style Tab Autor: Piro (piro_or)
2 222 recenzií
- Hodnotenie: 5 z 5autor: sujeet, pred 5 rokmi
- Hodnotenie: 4 z 5autor: ewb, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 15954971, pred 5 rokmiThis might be a really weird comment, but I really wonder why there is no copy of this extension on Chrome?
- Hodnotenie: 5 z 5autor: heyu, pred 5 rokmi
- Hodnotenie: 4 z 5autor: Youseeus, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Jaub, pred 5 rokmiThis add-on has become very useful now that I do all my work from home. Everything works well and is easy to customize.
- Hodnotenie: 5 z 5autor: JB, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Gonzalo Higuera Díaz, pred 5 rokmi
- Hodnotenie: 5 z 5autor: caouis, pred 5 rokmiOne 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)
- Hodnotenie: 5 z 5autor: Bill, perhaps a cat, pred 5 rokmiTree 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.
- Hodnotenie: 2 z 5autor: Používateľ Firefoxu - 12148057, pred 5 rokmiI 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.
- Hodnotenie: 5 z 5autor: hopehapper, pred 5 rokmi
- Hodnotenie: 4 z 5autor: Pablo Tabarini, pred 5 rokmi
- Hodnotenie: 5 z 5autor: dAN, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Jenn, pred 5 rokmieasily 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.
- Hodnotenie: 3 z 5autor: cvegax, pred 5 rokmi
- Hodnotenie: 4 z 5autor: Používateľ Firefoxu - 13760452, pred 5 rokmi長らく愛用させて頂いてます。
タブのスクロールバーだけをタブの右側に配置する設定ができれば、大変嬉しいです。
タブは右側に設置していますが、ツリー構造は左側にあるときと同じ形が好きです。この場合、ページのスクロールバーとタブのスクロールバーが並んでしまい、操作のときに混乱するのです。ご検討いただければ幸いです。 - Hodnotenie: 5 z 5autor: Brayan, pred 5 rokmi
- Hodnotenie: 4 z 5autor: Používateľ Firefoxu - 13874864, pred 5 rokmiWith a tab search it'd be perfect.
And maybe an option to hide the native FF tab bar. - Hodnotenie: 1 z 5autor: Xtrem, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Ju, pred 5 rokmi
- Hodnotenie: 5 z 5autor: Používateľ Firefoxu - 15878258, pred 5 rokmi
- Hodnotenie: 5 z 5autor: miguelk, pred 5 rokmi@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;
} - Hodnotenie: 5 z 5autor: _ztv, pred 5 rokmi