Tab Tree

Tree view for your browser tabs

Tab Treeとは何ですか?

Tab Treeはgaoliangによって開発されたChromeの拡張機能で、その主な機能は「Tree view for your browser tabs」です。

拡張機能のスクリーンショット

screenshot

Tab Tree拡張機能のCRXファイルをダウンロード

Tab Tree拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Provides a tree view of browser tabs. 

Feature list:
1. 🌲 Automatically organized tab tree view
2. ❌ Support closing all tabs below any level with one click
3. 👉 Support switching to a tab by clicking

Note:  The order of the tabs that have been opened before installing the plugin may be wrong. 

Source Code: https://github.com/gaoliang/tab-tree                    

拡張機能の基本情報

名前 Tab Tree Tab Tree
ID fkpiebfdeocdoofjfhmaidhhbkmbfgjl
公式URL https://chromewebstore.google.com/detail/tab-tree/fkpiebfdeocdoofjfhmaidhhbkmbfgjl
説明 Tree view for your browser tabs
ファイルサイズ 858 KB
インストール数 650
現在のバージョン 1.0
最終更新日 2022-02-10
公開日 2022-02-10
評価 4.50/5 合計 4 レビュー
開発者 gaoliang
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/gaoliang/tab-tree
ヘルプページのURL https://github.com/gaoliang/tab-tree/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Tree",
    "description": "Tree view for your browser tabs",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}