Tab Count
Displays the number of browser tabs
Was ist Tab Count?
Tab Count ist eine Chrome-Erweiterung, die von gustass1 entwickelt wurde, und ihr Hauptmerkmal ist "Displays the number of browser tabs".
Erweiterungsscreenshots
Tab Count-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Count-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
Simple extension that displays the number of tabs you have open on your browser. It displays total count of tabs, tab count on current window, and tab count you have on each tab group.
Grundlegende Informationen zur Erweiterung
Name | Tab Count |
ID | cflfdplhfcgapcgcahckkadgghpkhfco |
Offizielle URL | https://chromewebstore.google.com/detail/tab-count/cflfdplhfcgapcgcahckkadgghpkhfco |
Beschreibung | Displays the number of browser tabs |
Dateigröße | 9.97 KB |
Installationsanzahl | 338 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2023-05-17 |
Veröffentlichungsdatum | 2021-07-07 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | gustass1 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Count", "description": "Displays the number of browser tabs", "version": "0.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/icons\/icon-16.png", "32": "\/icons\/icon-32.png", "48": "\/icons\/icon-48.png", "128": "\/icons\/icon-120.png" } }, "icons": { "16": "\/icons\/icon-16.png", "32": "\/icons\/icon-32.png", "48": "\/icons\/icon-48.png", "128": "\/icons\/icon-120.png" }, "permissions": [ "tabGroups" ] } |