Stopwatch
This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
What is Stopwatch?
Stopwatch is a Chrome extension developed by codeware development, and its main feature is "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.".
Extension Screenshots
Download Stopwatch Extension CRX File
Download Stopwatch 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
This stopwatch gives you the ability to count your time without leaving your active tab or window. It has build in persistence wich will still count even if you have to restart the browser or even your computer.
Extension Basic Information
Name | Stopwatch |
ID | gajcbmkmmcacnlpaffppednahicmomfn |
Official URL | https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn |
Description | This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page. |
File Size | 72.87 KB |
Installation Count | 1,213 |
Current Version | 1.0.0.1 |
Last Updated | 2018-02-10 |
Publish Date | 2018-02-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | codeware development |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stopwatch", "description": "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.", "version": "1.0.0.1", "browser_action": { "default_icon": "watch.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |