Tab Count
Displays the number of browser tabs
Vad är Tab Count?
Tab Count är en Chrome-tillägg utvecklad av gustass1, och dess huvudfunktion är "Displays the number of browser tabs".
Tilläggsskärmbilder
Ladda ner Tab Count-förlängningens CRX-fil
Ladda ner Tab Count-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Tab Count |
ID | cflfdplhfcgapcgcahckkadgghpkhfco |
Officiell webbadress | https://chromewebstore.google.com/detail/tab-count/cflfdplhfcgapcgcahckkadgghpkhfco |
Beskrivning | Displays the number of browser tabs |
Filstorlek | 9.97 KB |
Antal Installationer | 338 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2023-05-17 |
Publiceringsdatum | 2021-07-07 |
Betyg | 4.50/5 Totalt 2 Betyg |
Utvecklare | gustass1 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |