Static Tab

This extension prevents you from opening more than one tab with the same base URL

Was ist Static Tab?

Static Tab ist eine Chrome-Erweiterung, die von tangodanc entwickelt wurde, und ihr Hauptmerkmal ist "This extension prevents you from opening more than one tab with the same base URL".

Static Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Static Tab-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

                        Hello. This is a very simple app that aims to save your time and CPU of your browser.It just prevents to open a multiple tag with the same base URL. It force you to use one "static" tab for each base URL. Enjoy                    

Grundlegende Informationen zur Erweiterung

Name Static Tab Static Tab
ID dmiimckjmaahelmagmbfcmnglekdipcc
Offizielle URL https://chrome.google.com/webstore/detail/static-tab/dmiimckjmaahelmagmbfcmnglekdipcc
Beschreibung This extension prevents you from opening more than one tab with the same base URL
Dateigröße 192 KB
Installationsanzahl 32
Aktuelle Version 0.0.1
Letztes Update 2015-04-14
Veröffentlichungsdatum 2015-04-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler tangodanc
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Static Tab",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension prevents you from opening more than one tab with the same base URL",
    "homepage_url": "http:\/\/hightechfor.me",
    "icons": {
        "16": "icons\/statictab16.png",
        "48": "icons\/statictab48.png",
        "128": "icons\/statictab128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "cookies",
        "idle",
        "management",
        "tabs"
    ]
}