
Tree Style Tab 作者: Piro (piro_or)
以樹狀目錄形式顯示分頁
必須使用 Firefox 才能使用此擴充套件
擴充套件後設資料
畫面擷圖







關於此擴充套件
This extension provides the ability to work with tabs as "trees".
New tabs opened from the current tab are automatically organized as "children" of the current tab.
Such "branches" are easily folded (collapsed) by clicking on the arrow shown in the "parent" tab, so you no longer need to suffer from too many visible tabs.
If you want, you can restructure the tree via drag and drop.
Please enjoy as you like!
Tips:
Extensions extend TST:
TST provides an API for other extensions.
Some extend the behavior of TST's sidebar panel:
Latest information is available at the repository.
New tabs opened from the current tab are automatically organized as "children" of the current tab.
Such "branches" are easily folded (collapsed) by clicking on the arrow shown in the "parent" tab, so you no longer need to suffer from too many visible tabs.
If you want, you can restructure the tree via drag and drop.
- Such a tree of tabs will behave like a visual browsing history for you.
- For example, if you see a list of search results for a topic, each search result link will open in new child tab.
- New tabs opened from these "child" tabs will appear as descendants of their originating tabs.
- You'll easily dig and dig deeply, without losing your browsing trail - if you want to go back to the original search result, you just have to switch to the "root" tab.
- Moreover, each tree will reflect a group of tabs on a similar topic.
Please enjoy as you like!
Tips:
- "F1" key toggles the TST sidebar.
- "Tree Style Tab" toolbar button also toggles the sidebar. If it's unnecessary, you can remove it from the toolbar.
Extensions extend TST:
TST provides an API for other extensions.
Some extend the behavior of TST's sidebar panel:
- Multiple Tab Handler allows you to select multiple tabs with long-press on tabs. It also allows you to close mutiple tabs with long-press on the closebox on tabs.
- TST Bookmarks Subpanel allows you to show a small "Bookmarks" sidebar panel below tabs in the TST's sidebar.
- TST More Tree Commands provides more context menu and keyboard shortcut commands to manipulate TST's tree.
- TST Active Tab in Collapsed Tree shows a small tab on a collapsed tree as an alias for the last active tab under the tree.
- TST Active Tab on Scroll Bar shows a marker to indicate the position of the active tab, on the scrollbar.
- TST Auto Group Tabs provides ability to group newly opened tabs automatically in various conditions.
- TST Lock Tree Collapsed allows you to lock arbitrary trees as collapsed. (This was a built-in feature on TST 3.3.0-3.3.6, and now separated.)
- TST Tab Drag Handle provides a small tooltip on tab labels to start dragging of tabs for specific operations. (This was a built-in feature on TST 2.6.0-3.3.6, and now separated.)
- TST Indent Line provides indent lines like Visual Studio Code's one.
- TST Open Bookmarks as Partial Tree allows you to open only some bookmarks in a folder as a partial tree. Moreover, it also provides ability to open tree of container tabs from bookmarks.
- TST-MiddleClick allows you to run "undo close tab" or "close currently active tab" command on middle click on the sidebar.
- Tree Style Tab Mouse Wheel allows you to switch active tab by wheel scrolling.
- Tab flip for Tree Style Tab allows you to move focus to the tab previously focused, by clicking on the active tab.
- Tree Style Tab Focus Preceding Tab on Close focuses the previous tab instead of the next tab when a tab is closed.
- Tab Unloader for Tree Style Tab allows you to unload tabs by clicking on them in the sidebar.
- Move unloaded tabs for Tree Style Tab allows you to move tabs in the sidebar without them becoming active.
- Tree Style Tab in Separate Window allows you to open the Tree Style Tab sidebar page in a new window.
- Auto Tab Discard supports the fake context menu in the Tree Style Tab sidebar.
- UnloadTabs supports the fake context menu in the Tree Style Tab sidebar.
- Bookmark Tree for Tree Style Tab allows you to bookmark and restore trees.
- TST Hoverswitch allows you to switch tabs by hovering over them.
- TST Colored Tabs gives custom background color for tabs based on their domain.
- Add Last Active Class To Tab helps you to give custom appearance for the "previously active tab".
- TSTのタブを閉じるボタンの挙動を変更 (tst-change-close-tab-button-be) allows you to close the parent and its all descendants with a middle click on the closebox of a parent tab, whether the tree is expanded or collapsed.
- TST Select Random Tab adds a context menu option for selecting a random tab in a Tree Style Tab tree.
- TST Tab Search provides a search field (as a subpanel) to filter opened tabs in the sidebar.
- TST Fade Old Tabs sorts all tabs in 3 categories – 'recent', 'older' and 'oldest' by latest visit time, and applies different opacity to them.
- TST Colorize Tabs allows to set individual color for each tab in order to highlight it.
- TST New Tabs First puts a newly opened root level at the top of the sidebar.
Latest information is available at the repository.
開發者留言
為您的體驗打分數
回報此附加元件的濫用行為
若您覺得此附加元件會違反 Mozilla 的附加元件政策或有安全性、隱私問題,請使用此表單回報給 Mozilla 知道。
此表單只會送到 Mozilla 而不會給附加元件開發者,請不要使用此表單來回報 Bug 或是要求附加元件的新功能。
權限了解更多
此附加元件需要:
- 向您顯示通知
- 取得最近關閉的分頁
- 存取瀏覽器分頁
此附加元件可能也會要求:
- 讀取或修改書籤
- 隱藏或顯示瀏覽器分頁
- 存取您所有網站中的資料
更多資訊
新增至收藏集
3.8.24 版的發行公告
3.8.24 (2022.6.2):
- Shift twisties in tabs to avoid covered by the scrollbar, on macOS, Linux and Windows 11.
- Keep label of group tabs correctly after they are moved.
- Send
tab-mouseover
and other notifications to helper addons correctly after the sidebar is reopened. - Better auto-sizing of the dialog for confirmation on grouping of tabs.
- Deactivate a workaround of problems around wrong coordinates of
dragend
events on Firefox 99 and 100 (the bug 1767165) on other versions. - API improvement: Add a new notification message type
new-tab-processed
to handle new independent tabs.
Piro (piro_or) 製作的更多擴充套件
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
*Tree Tabs:
Cross-browser, more powerful faatures, and high customizability.
(One large difference between TST is: the design strategy.
TST is aimed to keep it simple and work together with other addons as possible as it can.)
* Tab Center Reborn:
Vertical tab bar without tree.
* sidebarTabs:
Vertical tab bar with grouped tabs.
Some Google Chrome extensions made by someone not me also provide similar feature.
* Sidewise Tree Style Tabs
* Tabs Outliner
* Treely: Tree Style Tab Manager
* Tree Style Tab
## Public API for other addons
For addon authors, Tree Style Tab provides public API. If your addon provides extra context menu items for context menu on tabs, you can easily support TST's context menu with small changes. For more details, see the API document.