Tree Style Tab 的评价
Tree Style Tab 作者: Piro (piro_or)
1,645 条评价
- 评分 5 / 5来自 skotadopsychos, 5 年前
- 评分 5 / 5来自 Firefox 用户 15954971, 5 年前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, 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 / 5来自 hopehapper, 5 年前
- 评分 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 年前