SingleTab

Removes redundant tabs when you open up a new tab!

Co to jest SingleTab?

SingleTab to rozszerzenie Chrome opracowane przez Calvin.L, a jego główną funkcją jest „Removes redundant tabs when you open up a new tab!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia SingleTab

Pobierz pliki rozszerzeń SingleTab 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

                        Automagically remove duplicate tabs for you! You will never know you had a tab manager watching your back.                    

Podstawowe informacje o rozszerzeniu

Nazwa SingleTab SingleTab
ID hjohicaofnchdbgnedmpmmleoldjlcpb
Oficjalny URL https://chromewebstore.google.com/detail/singletab/hjohicaofnchdbgnedmpmmleoldjlcpb
Opis Removes redundant tabs when you open up a new tab!
Rozmiar pliku 18.28 KB
Liczba instalacji 57
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2020-09-29
Data Publikacji 2020-09-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Calvin.L
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SingleTab",
    "version": "0.1",
    "description": "Removes redundant tabs when you open up a new tab!",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/single_tab16.png",
            "32": "images\/single_tab32.png",
            "48": "images\/single_tab64.png",
            "128": "images\/single_tab128.png"
        }
    },
    "icons": {
        "16": "images\/single_tab16.png",
        "32": "images\/single_tab32.png",
        "48": "images\/single_tab64.png",
        "128": "images\/single_tab128.png"
    },
    "manifest_version": 2
}