Tab Limiter

Limit the number of open tabs – in total and per window

什麼是Tab Limiter?

Tab Limiter是由Matthias Vogt開發的Chrome擴展程式,該擴展的主要功能是“Limit the number of open tabs – in total and per window”。

擴展截圖

screenshot

下載Tab Limiter擴展crx文件

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

擴展使用說明

                        Tab limiter helps you get back control over your browsing – by limiting the number of tabs you can open at once.
You can specify the number of tabs in total and per window. Moreover, you can show a customizable message when the tab limit is hit.                    

擴展基本資訊

名稱 Tab Limiter Tab Limiter
ID pbpfchnddjilendkobiabenojlniemoh
官方網址 https://chromewebstore.google.com/detail/tab-limiter/pbpfchnddjilendkobiabenojlniemoh
簡介 Limit the number of open tabs – in total and per window
檔案大小 159 KB
安裝次數 50,000
目前版本 0.4.0
更新時間 2020-12-23
上架時間 2020-04-21
評分 4.48/5 共 29 次評分
開發者 Matthias Vogt
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/matthias-vogt/tab-limiter
說明頁面URL https://github.com/matthias-vogt/tab-limiter
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Limiter",
    "description": "Limit the number of open tabs \u2013 in total and per window",
    "version": "0.4.0",
    "author": "Matthias Vogt",
    "homepage_url": "https:\/\/github.com\/matthias-vogt\/tab-limiter",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "options.html",
        "default_title": "Tab Limiter"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}