Chrome Tab Counter

Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.

Co to jest Chrome Tab Counter?

Chrome Tab Counter to rozszerzenie Chrome opracowane przez https://fero8.com, a jego główną funkcją jest „Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chrome Tab Counter

Pobierz pliki rozszerzeń Chrome 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 a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.

NEW in latest update:
* show counter of tabs in the currently open window
* shows counter of currently open windows
* ability to change the icon background color

Features
* Shows counter of open tabs, open windows, all-time opened tabs, max concurrent opened tabs
* Multiple Chrome windows supported
* Tweet your stats & share on Facebook
* Extension does not track your browsing history or any other personal data

This is an open-source extension, no information is shared or sent to 3rd parties. Feel free to review the code here:
https://github.com/fero8/chrome-tab-counter                    

Podstawowe informacje o rozszerzeniu

Nazwa Chrome Tab Counter Chrome Tab Counter
ID fhnegjjodccfaliddboelcleikbmapik
Oficjalny URL https://chromewebstore.google.com/detail/chrome-tab-counter/fhnegjjodccfaliddboelcleikbmapik
Opis Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.
Rozmiar pliku 50.21 KB
Liczba instalacji 20,000
Aktualna Wersja 1.2.2
Ostatnia Aktualizacja 2022-06-16
Data Publikacji 2020-04-22
Ocena 4.34/5 Łącznie 35 Oceny
Deweloper https://fero8.com
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": "Chrome Tab Counter",
    "version": "1.2.2",
    "manifest_version": 2,
    "description": "Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.",
    "browser_action": {
        "default_name": "Chrome Tab Counter",
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "prototype.js",
            "scripts.js",
            "bg.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": []
}