Tab Counter
Shows the amount of tabs you've created on every new tab.
What is Tab Counter?
Tab Counter is a Chrome extension developed by metarmask, and its main feature is "Shows the amount of tabs you've created on every new tab.".
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
Replaces the new tab page with a counter showing the amount of tabs you've opened. The count is synced to your account and will follow you anywhere. Change the font, size and color of the number, replace the background with a beautiful picture of a mountain or a gradient - how your new tab looks is up to you.
Extension Basic Information
Name | Tab Counter |
ID | mahddlcedaddgnglfdlgphgdkgcjocbf |
Official URL | https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf |
Description | Shows the amount of tabs you've created on every new tab. |
File Size | 16.79 KB |
Installation Count | 56 |
Current Version | 2.0 |
Last Updated | 2016-07-23 |
Publish Date | 2016-07-23 |
Rating | 3.50/5 Total 4 Ratings |
Developer | metarmask |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Counter", "description": "Shows the amount of tabs you've created on every new tab.", "version": "2.0", "minimum_chrome_version": "51", "icons": { "128": "icon.png" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |