Tab Control

Tab Control stresses over your tabs so you don't have to.

什么是Tab Control?

Tab Control是由Sanketh Hegde开发的Chrome扩展程序,该扩展的主要功能是“Tab Control stresses over your tabs so you don't have to.”。

扩展截图

screenshot
screenshot

下载Tab Control扩展crx文件

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

扩展使用说明

                        Tab Control allows you to keep a limit on the number of tabs you have per window. Once you attempt to surpass the limit, Tab Control will remove your least active tab and save it internally just incase you need it in the future.

You can also choose to purge your window's tabs if you ever feel like your tabs are getting messy. Purge all tabs, duplicate tabs, or inactive tabs.

For the best experience, restart Chrome after first-time installation!

Note: Tab Control requires access to your browser history in order to save recently removed tabs and assign a timestamp to each tab. Your recently removed history is never saved other than on your own account.                    

扩展基本信息

名称 Tab Control Tab Control
ID hheohnanbmmjfpnpgcejpnabbnjhbhip
官方URL https://chromewebstore.google.com/detail/tab-control/hheohnanbmmjfpnpgcejpnabbnjhbhip
简介 Tab Control stresses over your tabs so you don't have to.
文件大小 121 KB
安装次数 84
当前版本 1.4.0
更新时间 2017-08-17
上架时间 2017-08-17
评分 5.00/5 共1次评分
开发者 Sanketh Hegde
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://chrome.google.com/webstore/detail/tab-control/hheohnanbmmjfpnpgcejpnabbnjhbhip/support
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Control",
    "version": "1.4.0",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/constants.js",
            "js\/TabWrapper.js",
            "js\/background.js"
        ]
    },
    "description": "Tab Control stresses over your tabs so you don't have to.",
    "browser_action": {
        "default_title": "Tab Control",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon32.png",
        "48": "img\/icon96.png",
        "96": "img\/icon192.png",
        "128": "img\/icon256.png"
    },
    "author": "Sanketh Hegde"
}