Tab Counter

Keeps a running count of open tabs and windows.

Co to jest Tab Counter?

Tab Counter to rozszerzenie Chrome opracowane przez nog642, a jego główną funkcją jest „Keeps a running count of open tabs and windows.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tab Counter

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

                        Shows you a count of the total number of tabs, total number of windows, and number of tabs in the current window.

Also has an option to export your tabs as a JSON file.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tab Counter Tab Counter
ID phojeebfjglippdniiejmfclojgbmedd
Oficjalny URL https://chromewebstore.google.com/detail/tab-counter/phojeebfjglippdniiejmfclojgbmedd
Opis Keeps a running count of open tabs and windows.
Rozmiar pliku 7.97 KB
Liczba instalacji 192
Aktualna Wersja 0.4.5.0
Ostatnia Aktualizacja 2021-04-28
Data Publikacji 2021-04-25
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper nog642
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://gitlab.com/nog642/chrome-tab-counter
Adres URL Strony Pomocy https://gitlab.com/nog642/chrome-tab-counter/-/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Counter",
    "version": "0.4.5.0",
    "description": "Keeps a running count of open tabs and windows.",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "optional_permissions": [
        "tabs"
    ]
}