Tab Count
Displays the number of browser tabs
Wat is Tab Count?
Tab Count is een Chrome-extensie ontwikkeld door gustass1, en de belangrijkste functie is "Displays the number of browser tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Count
Download Tab Count-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Tab Count |
ID | cflfdplhfcgapcgcahckkadgghpkhfco |
Officiële URL | https://chromewebstore.google.com/detail/tab-count/cflfdplhfcgapcgcahckkadgghpkhfco |
Beschrijving | Displays the number of browser tabs |
Bestandsgrootte | 9.97 KB |
Aantal Installaties | 338 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2023-05-17 |
Publicatiedatum | 2021-07-07 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | gustass1 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |