Counter
A helpful, counting trio. Includes a tally counter, stopwatch, and timer.
What is Counter?
Counter is a Chrome extension developed by https://www.countereverything.com, and its main feature is "A helpful, counting trio. Includes a tally counter, stopwatch, and timer.".
Extension Screenshots
Download Counter Extension CRX File
Download 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
Click anywhere or use your spacebar or enter key to keep a tally count. Start, stop, and reset a stopwatch measuring a detailed time. Add your own time up to one hour to start a countdown timer.
Extension Basic Information
Name | Counter |
ID | imkmehkgdebfbiefhjdhcdcaamkhkjin |
Official URL | https://chromewebstore.google.com/detail/counter/imkmehkgdebfbiefhjdhcdcaamkhkjin |
Description | A helpful, counting trio. Includes a tally counter, stopwatch, and timer. |
File Size | 63.23 KB |
Installation Count | 241 |
Current Version | 1.0.3.2 |
Last Updated | 2020-07-15 |
Publish Date | 2020-06-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.countereverything.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.countereverything.com |
Help Page URL | https://www.madebysnacks.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Counter", "description": "A helpful, counting trio. Includes a tally counter, stopwatch, and timer.", "version": "1.0.3.2", "icons": { "128": "logo-128.png", "48": "logo-48.png", "16": "logo-16.png" }, "browser_action": { "default_icon": "logo-128.png", "default_popup": "popup.html" } } |