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"
    }
}