Tab Counter
Changes your new tab page to a counter that displays how many tabs you have opened today.
What is Tab Counter?
Tab Counter is a Chrome extension developed by Drake Panzer, and its main feature is "Changes your new tab page to a counter that displays how many tabs you have opened today.".
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
Changes your tab page to a counter that displays how many tabs you have opened today. The counter resets every day. The new tab page was designed to be used with the theme "Android Holo UI Dark Blue Theme", here is the link: https://chrome.google.com/webstore/detail/android-holo-ui-dark-blue/ajnfjknffgoibfgmpbkboohmlbfcdche ______ If you have any problems or suggestions, feel free to tell me.
Extension Basic Information
Name | |
ID | jolnbjdcabeggeklgccfpbebhgkgjgee |
Official URL | https://chrome.google.com/webstore/detail/jolnbjdcabeggeklgccfpbebhgkgjgee |
Description | Changes your new tab page to a counter that displays how many tabs you have opened today. |
File Size | 27.81 KB |
Installation Count | 28 |
Current Version | 1.0 |
Last Updated | 2017-01-31 |
Publish Date | 2017-01-31 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Drake Panzer |
[email protected] | |
Payment Type | free |
Extension Website | https://dpanzer.net |
Help Page URL | https://dpanzer.net/contact |
Privacy Policy Page URL | https://dpanzer.net/wiki/Drake_Panzer:Privacy_policy |
Supported Languages | en-US |
manifest.json | |
{ "author": "engineerofstuff", "chrome_url_overrides": { "newtab": "dist\/override.html" }, "description": "Changes your new tab page to a counter that displays how many tabs you have opened today.", "homepage_url": "https:\/\/dpanzer.net", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Tab Counter", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |