Tab Limiter And Restorer

Limit the number of tabs opened in a browser window. Close them when you reach the limit and restore them when there is a space.

Tab Limiter And Restorerとは何ですか?

Tab Limiter And Restorerはhttps://inzk.devによって開発されたChromeの拡張機能で、その主な機能は「Limit the number of tabs opened in a browser window. Close them when you reach the limit and restore them when there is a space.」です。

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

screenshot

Tab Limiter And Restorer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension enables you to limit the number of tabs opened in a browser window.

It will close tabs when you reach the limit and restore them when there is a space.                    

拡張機能の基本情報

名前 Tab Limiter And Restorer Tab Limiter And Restorer
ID ifhilckbhneppbcbpkimbgeahhijhdpj
公式URL https://chromewebstore.google.com/detail/tab-limiter-and-restorer/ifhilckbhneppbcbpkimbgeahhijhdpj
説明 Limit the number of tabs opened in a browser window. Close them when you reach the limit and restore them when there is a space.
ファイルサイズ 63.97 KB
インストール数 693
現在のバージョン 1.1.0
最終更新日 2022-06-02
公開日 2020-06-17
評価 4.56/5 合計 9 レビュー
開発者 https://inzk.dev
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Limiter And Restorer",
    "version": "1.1.0",
    "description": "Limit the number of tabs opened in a browser window. Close them when you reach the limit and restore them when there is a space.",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "src\/utils\/utils.js",
            "src\/background\/storage.js",
            "src\/background\/on-tab-activated.js",
            "src\/background\/on-tab-event.js",
            "src\/background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Tab Limiter And Restorer",
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "src\/assets\/icons\/icon-16.png",
            "19": "src\/assets\/icons\/icon-19.png",
            "24": "src\/assets\/icons\/icon-24.png",
            "32": "src\/assets\/icons\/icon-32.png",
            "38": "src\/assets\/icons\/icon-38.png",
            "48": "src\/assets\/icons\/icon-48.png"
        }
    },
    "icons": {
        "16": "src\/assets\/icons\/icon-16.png",
        "19": "src\/assets\/icons\/icon-19.png",
        "24": "src\/assets\/icons\/icon-24.png",
        "32": "src\/assets\/icons\/icon-32.png",
        "38": "src\/assets\/icons\/icon-38.png",
        "48": "src\/assets\/icons\/icon-48.png",
        "128": "src\/assets\/icons\/icon-128.png"
    },
    "manifest_version": 2
}