Tab Counter
This extension will count and log how many tabs you have open
Was ist Tab Counter?
Tab Counter ist eine Chrome-Erweiterung, die von daniel.barry entwickelt wurde, und ihr Hauptmerkmal ist "This extension will count and log how many tabs you have open".
Erweiterungsscreenshots
Tab Counter-Erweiterungs-CRX-Datei herunterladen
Laden Sie 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
Keep track of the number of tabs and windows you have open Shows the number of tabs and windows currently open and a graph of how many are open over time
Grundlegende Informationen zur Erweiterung
Name | Tab Counter |
ID | gnfjchpcjcgjechjnplhablhjdhdimmf |
Offizielle URL | https://chromewebstore.google.com/detail/tab-counter/gnfjchpcjcgjechjnplhablhjdhdimmf |
Beschreibung | This extension will count and log how many tabs you have open |
Dateigröße | 198 KB |
Installationsanzahl | 53 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2021-03-09 |
Veröffentlichungsdatum | 2021-03-09 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | daniel.barry |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Counter", "description": "This extension will count and log how many tabs you have open", "version": "1.0.2", "background": { "scripts": [ "chart.js", "prototype.js", "script.js", "popup.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |