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
公式URL 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
Eメール [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
}