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
官方網址 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"
    }
}