Allowed Tabs

Set the maximum number of open tabs allowed in the browser.

Allowed Tabsとは何ですか?

Allowed TabsはFernando Dillandによって開発されたChromeの拡張機能で、その主な機能は「Set the maximum number of open tabs allowed in the browser.」です。

拡張機能のスクリーンショット

screenshot

Allowed Tabs拡張機能のCRXファイルをダウンロード

Allowed Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Manage the number of tabs you are allowed to keep open at the same time in the browser.                    

拡張機能の基本情報

名前 Allowed Tabs Allowed Tabs
ID deglahadfhbjhkcphfhmanmjdmokhcaa
公式URL https://chromewebstore.google.com/detail/allowed-tabs/deglahadfhbjhkcphfhmanmjdmokhcaa
説明 Set the maximum number of open tabs allowed in the browser.
ファイルサイズ 279 KB
インストール数 32
現在のバージョン 0.1.1
最終更新日 2021-07-16
公開日 2021-07-12
評価 5.00/5 合計 3 レビュー
開発者 Fernando Dilland
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/fernandomireles/static-allowed-tabs
対応言語 de,en,fr,nl,da,et,es,it,lv,hu,pl,pt-BR,fi,sv,cs,el,bg,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDesc__",
    "default_locale": "en",
    "version": "0.1.1",
    "author": "Fernando Mireles",
    "homepage_url": "https:\/\/github.com\/fernandomireles\/allowed-tabs",
    "background": {
        "scripts": [
            "static\/background.js"
        ]
    },
    "icons": {
        "16": "static\/icon-16.png",
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "static\/icon-small.png",
        "default_popup": "static\/options.html"
    },
    "options_page": "static\/options.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "static\/icon-small.png",
        "static\/icon.png"
    ]
}