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
电子邮箱 [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"
    }
}