Close All Tabs

Close all open tabs and create an empty tab

Co to jest Close All Tabs?

Close All Tabs to rozszerzenie Chrome opracowane przez iris009147, a jego główną funkcją jest „Close all open tabs and create an empty tab”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Close All Tabs

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

                        This crome Extension extension allows users to quickly close all open tabs in all open windows                    

Podstawowe informacje o rozszerzeniu

Nazwa Close All Tabs Close All Tabs
ID dlpdgeljpkenimejgdeaainabjjmknlp
Oficjalny URL https://chromewebstore.google.com/detail/close-all-tabs/dlpdgeljpkenimejgdeaainabjjmknlp
Opis Close all open tabs and create an empty tab
Rozmiar pliku 12.25 KB
Liczba instalacji 308
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-01-08
Data Publikacji 2022-01-08
Deweloper iris009147
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://midhunz.github.io/close-all-tabs/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Close All Tabs",
    "description": "Close all open tabs and create an empty tab",
    "version": "0.0.1",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": []
}