Timing - a Stopwatch
A simple and reliable stopwatch for your timing needs.
What is Timing - a Stopwatch?
Timing - a Stopwatch is a Chrome extension developed by jamespark, and its main feature is "A simple and reliable stopwatch for your timing needs.".
Extension Screenshots
Download Timing - a Stopwatch Extension CRX File
Download Timing - a 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
Timing is a stopwatch, nothing more, nothing less. Extension Basic Information
| Name | |
| ID | ipgihpibepibbbfddllapecomgododkg |
| Official URL | https://chrome.google.com/webstore/detail/timing-a-stopwatch/ipgihpibepibbbfddllapecomgododkg |
| Description | A simple and reliable stopwatch for your timing needs. |
| File Size | 135 KB |
| Installation Count | 1,280 |
| Current Version | 1.0 |
| Last Updated | 2018-08-28 |
| Publish Date | 2018-08-28 |
| Rating | 5.00/5 Total 9 Ratings |
| Developer | jamespark |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Timing - a Stopwatch",
"short_name": "Stopwatch",
"version": "1.0",
"description": "A simple and reliable stopwatch for your timing needs.",
"author": "James Park",
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js",
"proxy.js"
],
"persistent": false
},
"icons": {
"128": "Timing128.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"manifest_version": 2
} | |