Tab Counter
count tabs
What is Tab Counter?
Tab Counter is a Chrome extension developed by kbomb6, and its main feature is "count tabs".
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
Counts your current tabs open in all chrome windows.
Extension Basic Information
Name | |
ID | ikekokhdgmipnojgdjeoklicjnjmgjmj |
Official URL | https://chrome.google.com/webstore/detail/tab-counter/ikekokhdgmipnojgdjeoklicjnjmgjmj |
Description | count tabs |
File Size | 5.11 KB |
Installation Count | 12 |
Current Version | 1.0 |
Last Updated | 2017-11-30 |
Publish Date | 2017-11-30 |
Rating | 2.00/5 Total 1 Ratings |
Developer | kbomb6 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Counter", "description": "count tabs", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |