Too Many Tabs

This extension will notify you when you have more then n tabs open

什么是Too Many Tabs?

Too Many Tabs是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension will notify you when you have more then n tabs open”。

扩展截图

screenshot

下载Too Many Tabs扩展crx文件

下载Too Many Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Do you tend to open tab after tab after tab end end up with hundreds of them? Not any more. This little nagging extension will remind you when you have more then your desired number (defaults to 9) of tabs open. Get some self control and reduce your  CPU load.                    

扩展基本信息

名称 Too Many Tabs Too Many Tabs
ID nlkndibnjffddomkegpgkeejdahifpop
官方URL https://chromewebstore.google.com/detail/too-many-tabs/nlkndibnjffddomkegpgkeejdahifpop
简介 This extension will notify you when you have more then n tabs open
文件大小 42.02 KB
安装次数 12
当前版本 1.0.1
更新时间 2018-08-04
上架时间 2018-08-04
开发者 Unknown
付费类型 free
扩展官网 https://github.com/fabianmoronzirfas/too-many-tabs
帮助页面URL https://github.com/fabianmoronzirfas/too-many-tabs/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Too Many Tabs",
    "short_name": "2ManyTabs",
    "description": "This extension will notify you when you have more then n tabs open",
    "version": "1.0.1",
    "author": "Fabian Mor\u00f3n Zirfas",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "notifications"
    ]
}