Tabalot

Limit the maximum number of open tabs

什麼是Tabalot?

Tabalot是由https://matthewhadley.info開發的Chrome擴展程式,該擴展的主要功能是“Limit the maximum number of open tabs”。

擴展截圖

screenshot

下載Tabalot擴展crx文件

下載Tabalot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Automatically limit the number of open tabs.

If you end up with too many tabs open, all reduced to a tiny size, this extension will help you keep those tabs under control. After reaching a configurable open tab limit, that excludes pinned tabs, Tabalot will automatically close the oldest unused tab. As you get close to your tab limit, the extension icon badge count will start to turn red and will flash red when it closes a tab.

Note that the tab badge count shows tabs in the current open window only (which seems to be a limitation on chrome) but will correctly update as you switch windows.

***PRIVACY POLICY***

Tabalot does not handle personal or sensitive user data.                    

擴展基本資訊

名稱 Tabalot Tabalot
ID oakcapkgmnkhiglcimjcbobnloldlcgf
官方網址 https://chrome.google.com/webstore/detail/tabalot/oakcapkgmnkhiglcimjcbobnloldlcgf
簡介 Limit the maximum number of open tabs
檔案大小 13.58 KB
安裝次數 67
目前版本 2.0.0
更新時間 2018-09-02
上架時間 2018-09-02
評分 3.50/5 共 4 次評分
開發者 https://matthewhadley.info
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabalot",
    "version": "2.0.0",
    "description": "Limit the maximum number of open tabs",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        },
        "default_title": "Tabalot",
        "default_popup": "options.html"
    }
}