Tab Counter
This extension will count and log how many tabs you have open
What is Tab Counter?
Tab Counter is a Chrome extension developed by daniel.barry, and its main feature is "This extension will count and log how many tabs you have open".
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
Keep track of the number of tabs and windows you have open Shows the number of tabs and windows currently open and a graph of how many are open over time
Extension Basic Information
Name | Tab Counter |
ID | gnfjchpcjcgjechjnplhablhjdhdimmf |
Official URL | https://chromewebstore.google.com/detail/tab-counter/gnfjchpcjcgjechjnplhablhjdhdimmf |
Description | This extension will count and log how many tabs you have open |
File Size | 198 KB |
Installation Count | 53 |
Current Version | 1.0.2 |
Last Updated | 2021-03-09 |
Publish Date | 2021-03-09 |
Rating | 4.00/5 Total 2 Ratings |
Developer | daniel.barry |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Counter", "description": "This extension will count and log how many tabs you have open", "version": "1.0.2", "background": { "scripts": [ "chart.js", "prototype.js", "script.js", "popup.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |