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