Too Many Tabs

Warns you when you have too many tabs open.

What is Too Many Tabs?

Too Many Tabs is a Chrome extension developed by simonturner34, and its main feature is "Warns you when you have too many tabs open.".

Extension Screenshots

screenshot

Download Too Many Tabs Extension CRX File

Download Too Many Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Too Many Tabs Too Many Tabs
ID mflaafpnchlaogehgbdbjjcohbgdbmdm
Official URL https://chromewebstore.google.com/detail/too-many-tabs/mflaafpnchlaogehgbdbjjcohbgdbmdm
Description Warns you when you have too many tabs open.
File Size 65.29 KB
Installation Count 45
Current Version 1.0.1
Last Updated 2016-06-30
Publish Date 2016-06-30
Developer simonturner34
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Too Many Tabs",
    "description": "Warns you when you have too many tabs open.",
    "version": "1.0.1",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "tabevent.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}