Allowed Tabs

Set the maximum number of open tabs allowed in the browser.

Was ist Allowed Tabs?

Allowed Tabs ist eine Chrome-Erweiterung, die von Fernando Dilland entwickelt wurde, und ihr Hauptmerkmal ist "Set the maximum number of open tabs allowed in the browser.".

Erweiterungsscreenshots

screenshot

Allowed Tabs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Allowed Tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Manage the number of tabs you are allowed to keep open at the same time in the browser.                    

Grundlegende Informationen zur Erweiterung

Name Allowed Tabs Allowed Tabs
ID deglahadfhbjhkcphfhmanmjdmokhcaa
Offizielle URL https://chromewebstore.google.com/detail/allowed-tabs/deglahadfhbjhkcphfhmanmjdmokhcaa
Beschreibung Set the maximum number of open tabs allowed in the browser.
Dateigröße 279 KB
Installationsanzahl 32
Aktuelle Version 0.1.1
Letztes Update 2021-07-16
Veröffentlichungsdatum 2021-07-12
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Fernando Dilland
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/fernandomireles/static-allowed-tabs
Unterstützte Sprachen de,en,fr,nl,da,et,es,it,lv,hu,pl,pt-BR,fi,sv,cs,el,bg,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDesc__",
    "default_locale": "en",
    "version": "0.1.1",
    "author": "Fernando Mireles",
    "homepage_url": "https:\/\/github.com\/fernandomireles\/allowed-tabs",
    "background": {
        "scripts": [
            "static\/background.js"
        ]
    },
    "icons": {
        "16": "static\/icon-16.png",
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "static\/icon-small.png",
        "default_popup": "static\/options.html"
    },
    "options_page": "static\/options.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "static\/icon-small.png",
        "static\/icon.png"
    ]
}