Static Tab

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

Vad är Static Tab?

Static Tab är en Chrome-tillägg utvecklad av tangodanc, och dess huvudfunktion är "This extension prevents you from opening more than one tab with the same base URL".

Ladda ner Static Tab-förlängningens CRX-fil

Ladda ner Static Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Static Tab Static Tab
ID dmiimckjmaahelmagmbfcmnglekdipcc
Officiell webbadress https://chrome.google.com/webstore/detail/static-tab/dmiimckjmaahelmagmbfcmnglekdipcc
Beskrivning This extension prevents you from opening more than one tab with the same base URL
Filstorlek 192 KB
Antal Installationer 32
Aktuell Version 0.0.1
Senast Uppdaterad 2015-04-14
Publiceringsdatum 2015-04-14
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare tangodanc
Betalningssätt free
Stödda Språk 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"
    ]
}