TabCounter
Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.
What is TabCounter?
TabCounter is a Chrome extension developed by melockchain, and its main feature is "Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that.".
Extension Screenshots
Download TabCounter Extension CRX File
Download TabCounter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | TabCounter |
ID | hocnnbmipielnggchdgobnliemdgpmai |
Official URL | https://chromewebstore.google.com/detail/tabcounter/hocnnbmipielnggchdgobnliemdgpmai |
Description | Does your friend, significant other or maybe even yourself open way too many tabs? This extension allows you to track that. |
File Size | 51.71 MB |
Installation Count | 33 |
Current Version | 1.3 |
Last Updated | 2022-12-02 |
Publish Date | 2022-05-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | melockchain |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |