10 tabs, no more

Randomly closes tabs once you exceed 10 opened tabs.

10 tabs, no moreとは何ですか?

10 tabs, no moreはThibaud Courtoisonによって開発されたChromeの拡張機能で、その主な機能は「Randomly closes tabs once you exceed 10 opened tabs.」です。

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

screenshot
screenshot

10 tabs, no more拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extensions allows you to keep you windows clean by randomly closing tabs if you exceed 10 opened tabs.                    

拡張機能の基本情報

名前 10 tabs, no more 10 tabs, no more
ID dmfaiinkmobkepebifmaenddbbomhnkm
公式URL https://chromewebstore.google.com/detail/10-tabs-no-more/dmfaiinkmobkepebifmaenddbbomhnkm
説明 Randomly closes tabs once you exceed 10 opened tabs.
ファイルサイズ 69.27 KB
インストール数 397
現在のバージョン 1.0
最終更新日 2020-07-16
公開日 2020-07-15
評価 5.00/5 合計 1 レビュー
開発者 Thibaud Courtoison
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ten-tabs-no-more.web.app
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "10 tabs, no more",
    "version": "1.0",
    "description": "Randomly closes tabs once you exceed 10 opened tabs.",
    "homepage_url": "https:\/\/ten-tabs-no-more.web.app",
    "author": "Thibaud Courtoison",
    "icons": {
        "48": "img\/binoculars48.png",
        "96": "img\/binoculars96.png",
        "128": "img\/binoculars128.png"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "configuration.js",
            "countdown.js",
            "notifications.js",
            "state.js",
            "main.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_title": "10 tabs, no more",
        "default_popup": "popup.html"
    }
}