Stopwatch
Simple stopwatch extension!
What is Stopwatch?
Stopwatch is a Chrome extension developed by Dex, and its main feature is "Simple stopwatch extension!".
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
A simple stopwatch extension! (Screenshot looks bad due to Google sizing limits)
Extension Basic Information
Name | Stopwatch |
ID | hboadelopbdnjiiodoapbmhglbmpmkmb |
Official URL | https://chromewebstore.google.com/detail/stopwatch/hboadelopbdnjiiodoapbmhglbmpmkmb |
Description | Simple stopwatch extension! |
File Size | 23.94 KB |
Installation Count | 25 |
Current Version | 1.0 |
Last Updated | 2022-05-08 |
Publish Date | 2022-05-08 |
Developer | Dex |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Stopwatch", "description": "Simple stopwatch extension!", "version": "1.0", "icons": { "128": "icon_128.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |