TabTree

Sort your tabs and show them as a tree.

TabTreeとは何ですか?

TabTreeはTreeHuggerによって開発されたChromeの拡張機能で、その主な機能は「Sort your tabs and show them as a tree.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Your browser was a mess. You had too many tabs. Now, click a button, and view your tabs sorted, grouped, as a tree. Find what you need easier. Close what you don't need in batch. It's simple, and you'll be surprised how much it helps.                    

拡張機能の基本情報

名前 TabTree TabTree
ID lhjaemlbbmojcmfcljjmbamecahgdlkp
公式URL https://chromewebstore.google.com/detail/tabtree/lhjaemlbbmojcmfcljjmbamecahgdlkp
説明 Sort your tabs and show them as a tree.
ファイルサイズ 120 KB
インストール数 1,082
現在のバージョン 1.2
最終更新日 2015-07-29
公開日 2015-07-28
評価 3.75/5 合計 12 レビュー
開発者 TreeHugger
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabTree",
    "description": "Sort your tabs and show them as a tree.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "tree-icon-48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "tree-icon-16.png",
        "32": "tree-icon-32.png",
        "48": "tree-icon-48.png",
        "128": "tree-icon-128.png"
    }
}