Tree Style Tab - ツリー型タブ のレビュー
Tree Style Tab - ツリー型タブ 作成者: Piro (piro_or)
合計レビュー数: 2,169
- 5 段階中 5 の評価Gonzalo Higuera Díaz によるレビュー (5年前)
- 5 段階中 5 の評価Bill, perhaps a cat によるレビュー (5年前)Tree 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 段階中 2 の評価Firefox ユーザー 12148057 によるレビュー (5年前)I 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 段階中 5 の評価hopehapper によるレビュー (5年前)
- 5 段階中 4 の評価Pablo Tabarini によるレビュー (5年前)
- 5 段階中 4 の評価Firefox ユーザー 13760452 によるレビュー (5年前)長らく愛用させて頂いてます。
タブのスクロールバーだけをタブの右側に配置する設定ができれば、大変嬉しいです。
タブは右側に設置していますが、ツリー構造は左側にあるときと同じ形が好きです。この場合、ページのスクロールバーとタブのスクロールバーが並んでしまい、操作のときに混乱するのです。ご検討いただければ幸いです。 - 5 段階中 4 の評価Firefox ユーザー 13874864 によるレビュー (5年前)With a tab search it'd be perfect.
And maybe an option to hide the native FF tab bar. - 5 段階中 5 の評価Firefox ユーザー 15878258 によるレビュー (5年前)
- @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 段階中 5 の評価Firefox ユーザー 15707182 によるレビュー (5年前)
- 5 段階中 5 の評価BlackViolet05 によるレビュー (5年前)
- 5 段階中 5 の評価Firefox ユーザー 15771272 によるレビュー (5年前)