Tree Style Tab - ツリー型タブ のレビュー
Tree Style Tab - ツリー型タブ 作成者: Piro (piro_or)
合計レビュー数: 1,716
- 5 段階中 5 の評価skotadopsychos によるレビュー (6年前)
- 5 段階中 5 の評価Firefox ユーザー 15954971 によるレビュー (6年前)This might be a really weird comment, but I really wonder why there is no copy of this extension on Chrome?
- 5 段階中 5 の評価Gonzalo Higuera Díaz によるレビュー (6年前)
- 5 段階中 5 の評価Bill, perhaps a cat によるレビュー (6年前)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 段階中 5 の評価hopehapper によるレビュー (6年前)
- 5 段階中 5 の評価Firefox ユーザー 15878258 によるレビュー (6年前)
- @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 によるレビュー (6年前)
- 5 段階中 5 の評価BlackViolet05 によるレビュー (6年前)
- 5 段階中 5 の評価Firefox ユーザー 15771272 によるレビュー (6年前)
- 5 段階中 5 の評価Maya Boughandjioua によるレビュー (6年前)
- 5 段階中 5 の評価Firefox ユーザー 13541197 によるレビュー (6年前)