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.

Was ist Chrome Tab Counter?

Chrome Tab Counter ist eine Chrome-Erweiterung, die von https://fero8.com entwickelt wurde, und ihr Hauptmerkmal ist "Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.".

Erweiterungsscreenshots

screenshot

Chrome Tab Counter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chrome Tab Counter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Chrome Tab Counter Chrome Tab Counter
ID fhnegjjodccfaliddboelcleikbmapik
Offizielle URL https://chromewebstore.google.com/detail/chrome-tab-counter/fhnegjjodccfaliddboelcleikbmapik
Beschreibung Shows a counter of open tabs in the extensions bar. Also records the number of opened windows and all-time opened tabs.
Dateigröße 50.21 KB
Installationsanzahl 20,000
Aktuelle Version 1.2.2
Letztes Update 2022-06-16
Veröffentlichungsdatum 2020-04-22
Bewertung 4.34/5 Insgesamt 35 Bewertungen
Entwickler https://fero8.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": []
}