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 to jest Unique Tabs?

Unique Tabs to rozszerzenie Chrome opracowane przez [email protected], a jego główną funkcją jest „Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Unique Tabs

Pobierz pliki rozszerzeń Unique Tabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Unique Tabs Unique Tabs
ID cicbejncjmbkbahiicbiflndmhbcgibk
Oficjalny URL https://chromewebstore.google.com/detail/unique-tabs/cicbejncjmbkbahiicbiflndmhbcgibk
Opis Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.
Rozmiar pliku 12.87 KB
Liczba instalacji 3,131
Aktualna Wersja 0.6
Ostatnia Aktualizacja 2015-06-10
Data Publikacji 2015-06-10
Ocena 4.24/5 Łącznie 29 Oceny
Deweloper [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/joeyAghion/unique_tabs
Adres URL Strony Pomocy http://github.com/joeyAghion/unique_tabs
Obsługiwane Języki 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
}