Static Tab

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

Hvad er Static Tab?

Static Tab er en Chrome-udvidelse udviklet af tangodanc, og dens hovedfunktion er "This extension prevents you from opening more than one tab with the same base URL".

Download Static Tab-udvidelses-CRX-fil

Download Static Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Static Tab Static Tab
ID dmiimckjmaahelmagmbfcmnglekdipcc
Officiel URL https://chrome.google.com/webstore/detail/static-tab/dmiimckjmaahelmagmbfcmnglekdipcc
Beskrivelse This extension prevents you from opening more than one tab with the same base URL
Filstørrelse 192 KB
Antal Installationer 32
Nuværende Version 0.0.1
Senest Opdateret 2015-04-14
Udgivelsesdato 2015-04-14
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler tangodanc
Betalingsmetode free
Understøttede Sprog 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"
    ]
}