TabCounter
Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.
Was ist TabCounter?
TabCounter ist eine Chrome-Erweiterung, die von melockchain entwickelt wurde, und ihr Hauptmerkmal ist "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.".
Erweiterungsscreenshots
TabCounter-Erweiterungs-CRX-Datei herunterladen
Laden Sie TabCounter-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
Tab Counter tracks the number of tabs: - Currently open - Opened today - Left open from yesterday - Days number of tabs have been left open - Number of tabs opened since install of this extension
Grundlegende Informationen zur Erweiterung
Name | TabCounter |
ID | hocnnbmipielnggchdgobnliemdgpmai |
Offizielle URL | https://chromewebstore.google.com/detail/tabcounter/hocnnbmipielnggchdgobnliemdgpmai |
Beschreibung | Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that. |
Dateigröße | 51.71 MB |
Installationsanzahl | 33 |
Aktuelle Version | 1.3 |
Letztes Update | 2022-12-02 |
Veröffentlichungsdatum | 2022-05-19 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | melockchain |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabCounter", "description": "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } }, "icons": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } } |