Close Current Tab Button

A close tab button adds to the toolbar.

Co to jest Close Current Tab Button?

Close Current Tab Button to rozszerzenie Chrome opracowane przez Piak, a jego główną funkcją jest „A close tab button adds to the toolbar.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Close Current Tab Button

Pobierz pliki rozszerzeń Close Current Tab Button 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

                        Single click close tab button adds to the toolbar. Useful when you have many tabs opened and need to close them faster.

Port Firefox add-ons to Chrome : Simple Close Tab button v1.2

Release Note:
1.0.2
- Remove unused initialize permission.                    

Podstawowe informacje o rozszerzeniu

Nazwa Close Current Tab Button Close Current Tab Button
ID jpbiknamaihiojmalpahjdcoognffldc
Oficjalny URL https://chromewebstore.google.com/detail/close-current-tab-button/jpbiknamaihiojmalpahjdcoognffldc
Opis A close tab button adds to the toolbar.
Rozmiar pliku 5.58 KB
Liczba instalacji 433
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-03-09
Data Publikacji 2023-03-09
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper Piak
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Close Current Tab Button",
    "version": "1.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "description": "A close tab button adds to the toolbar.",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}