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
官方網址 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
電子郵箱 [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"
    }
}