Tab Commander

Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).

什么是Tab Commander?

Tab Commander是由Matthew Hasbach开发的Chrome扩展程序,该扩展的主要功能是“Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).”。

扩展截图

screenshot

下载Tab Commander扩展crx文件

下载Tab Commander扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Tab Commander has the following features:

- Only allow access to the domain of the active tab in the current window
- Disallow access to the domain of the active tab in the current window
- Hide the active tab in the current window
- Hide all tabs except the active tab in the current window
- Hide all tabs on the domain of the active tab in the current window
- Hide all tabs that are not on the domain of the active tab in the current window
- Manage hidden tabs. Hidden tabs can be removed or restored one at a time, a page at a time, or all at once.
- Remove all data (hidden tabs, allowed / blocked domains, and settings)

Hidden tabs, allowed / blocked domains, and settings are saved using the chrome.storage.sync API, which means those preferences will automatically be synced to all Chrome browsers you are logged in to, provided you have sync enabled.                    

扩展基本信息

名称 Tab Commander Tab Commander
ID hionageldjijhodeffdfbkecppfiadob
官方URL https://chromewebstore.google.com/detail/tab-commander/hionageldjijhodeffdfbkecppfiadob
简介 Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).
文件大小 3.76 MB
安装次数 84
当前版本 1.0.1
更新时间 2015-03-18
上架时间 2015-03-18
评分 5.00/5 共1次评分
开发者 Matthew Hasbach
付费类型 free
扩展官网 https://github.com/mjhasbach/tab-commander
帮助页面URL https://github.com/mjhasbach/tab-commander/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Commander",
    "description": "Block access to domains and hide \/ restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "src\/img\/icon128.png",
        "default_popup": "src\/html\/popup.html"
    },
    "icons": {
        "128": "src\/img\/icon128.png"
    },
    "background": {
        "scripts": [
            "bower_components\/lodash\/lodash.js",
            "bower_components\/jquery\/dist\/jquery.js",
            "src\/js\/common.js",
            "src\/js\/events.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation"
    ]
}