Static Tab

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

Co je Static Tab?

Static Tab je rozšíření Chrome vyvinuté tangodanc, a jeho hlavní funkcí je „This extension prevents you from opening more than one tab with the same base URL“.

Stáhnout soubor CRX rozšíření Static Tab

Stáhněte si soubory rozšíření Static Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Static Tab Static Tab
ID dmiimckjmaahelmagmbfcmnglekdipcc
Oficiální URL https://chrome.google.com/webstore/detail/static-tab/dmiimckjmaahelmagmbfcmnglekdipcc
Popis This extension prevents you from opening more than one tab with the same base URL
Velikost souboru 192 KB
Počet instalací 32
Aktuální Verze 0.0.1
Poslední Aktualizace 2015-04-14
Datum Vydání 2015-04-14
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář tangodanc
Typ Platby free
Podporované Jazyky 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"
    ]
}