Unique Tabs

Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.

Co je Unique Tabs?

Unique Tabs je rozšíření Chrome vyvinuté [email protected], a jeho hlavní funkcí je „Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Unique Tabs

Stáhněte si soubory rozšíření Unique Tabs 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í

                        Before closing the tabs, a notification is displayed. Clicking "Cancel" in the notification within a brief delay (~5 seconds) prevents the tabs from being closed.                    

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

Název Unique Tabs Unique Tabs
ID cicbejncjmbkbahiicbiflndmhbcgibk
Oficiální URL https://chromewebstore.google.com/detail/unique-tabs/cicbejncjmbkbahiicbiflndmhbcgibk
Popis Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.
Velikost souboru 12.87 KB
Počet instalací 3,131
Aktuální Verze 0.6
Poslední Aktualizace 2015-06-10
Datum Vydání 2015-06-10
Hodnocení 4.24/5 Celkem 29 Hodnocení
Vývojář [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/joeyAghion/unique_tabs
URL Stránky Nápovědy http://github.com/joeyAghion/unique_tabs
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unique Tabs",
    "description": "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.",
    "version": "0.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ],
    "manifest_version": 2
}