Too Many Tabs

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

Wat is Too Many Tabs?

Too Many Tabs is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension will notify you when you have more then n tabs open".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Too Many Tabs

Download Too Many Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Too Many Tabs Too Many Tabs
ID nlkndibnjffddomkegpgkeejdahifpop
Officiële URL https://chromewebstore.google.com/detail/too-many-tabs/nlkndibnjffddomkegpgkeejdahifpop
Beschrijving This extension will notify you when you have more then n tabs open
Bestandsgrootte 42.02 KB
Aantal Installaties 12
Huidige Versie 1.0.1
Laatst Bijgewerkt 2018-08-04
Publicatiedatum 2018-08-04
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/fabianmoronzirfas/too-many-tabs
Help Pagina-URL https://github.com/fabianmoronzirfas/too-many-tabs/issues
Ondersteunde Talen 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"
    ]
}