Tab Counter
Keeps a running count of open tabs and windows.
Was ist Tab Counter?
Tab Counter ist eine Chrome-Erweiterung, die von nog642 entwickelt wurde, und ihr Hauptmerkmal ist "Keeps a running count of open tabs and windows.".
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
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.
Grundlegende Informationen zur Erweiterung
Name | Tab Counter |
ID | phojeebfjglippdniiejmfclojgbmedd |
Offizielle URL | https://chromewebstore.google.com/detail/tab-counter/phojeebfjglippdniiejmfclojgbmedd |
Beschreibung | Keeps a running count of open tabs and windows. |
Dateigröße | 7.97 KB |
Installationsanzahl | 192 |
Aktuelle Version | 0.4.5.0 |
Letztes Update | 2021-04-28 |
Veröffentlichungsdatum | 2021-04-25 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | nog642 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://gitlab.com/nog642/chrome-tab-counter |
Hilfeseite URL | https://gitlab.com/nog642/chrome-tab-counter/-/issues |
Unterstützte Sprachen | 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" ] } |