Tab Counter
Keeps a running count of open tabs and windows.
What is Tab Counter?
Tab Counter is a Chrome extension developed by nog642, and its main feature is "Keeps a running count of open tabs and windows.".
Extension Screenshots
Download Tab Counter Extension CRX File
Download Tab Counter 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
Shows you a count of the total number of tabs, total number of windows, and number of tabs in the current window. Also has an option to export your tabs as a JSON file.
Extension Basic Information
Name | Tab Counter |
ID | phojeebfjglippdniiejmfclojgbmedd |
Official URL | https://chromewebstore.google.com/detail/tab-counter/phojeebfjglippdniiejmfclojgbmedd |
Description | Keeps a running count of open tabs and windows. |
File Size | 7.97 KB |
Installation Count | 192 |
Current Version | 0.4.5.0 |
Last Updated | 2021-04-28 |
Publish Date | 2021-04-25 |
Rating | 3.00/5 Total 2 Ratings |
Developer | nog642 |
[email protected] | |
Payment Type | free |
Extension Website | https://gitlab.com/nog642/chrome-tab-counter |
Help Page URL | https://gitlab.com/nog642/chrome-tab-counter/-/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Counter", "version": "0.4.5.0", "description": "Keeps a running count of open tabs and windows.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "optional_permissions": [ "tabs" ] } |