TabCounter
Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.
Vad är TabCounter?
TabCounter är en Chrome-tillägg utvecklad av melockchain, och dess huvudfunktion är "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.".
Tilläggsskärmbilder
Ladda ner TabCounter-förlängningens CRX-fil
Ladda ner TabCounter-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
Tab Counter tracks the number of tabs: - Currently open - Opened today - Left open from yesterday - Days number of tabs have been left open - Number of tabs opened since install of this extension
Grundläggande Information om Tillägg
Namn | TabCounter |
ID | hocnnbmipielnggchdgobnliemdgpmai |
Officiell webbadress | https://chromewebstore.google.com/detail/tabcounter/hocnnbmipielnggchdgobnliemdgpmai |
Beskrivning | Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that. |
Filstorlek | 51.71 MB |
Antal Installationer | 33 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2022-12-02 |
Publiceringsdatum | 2022-05-19 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | melockchain |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabCounter", "description": "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } }, "icons": { "16": "\/images\/tab_count16.png", "32": "\/images\/tab_count32.png", "48": "\/images\/tab_count48.png", "128": "\/images\/tab_count128.png" } } |