Dual Timer
A dual timer for time-boxing.
What is Dual Timer?
Dual Timer is a Chrome extension developed by log1, and its main feature is "A dual timer for time-boxing.".
Extension Screenshots
Download Dual Timer Extension CRX File
Download Dual Timer 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 dual timer designed for productivity. Both timers are independent, and when timer ends the other begins. When a timer has finished, a small sound is played, and when all rounds are complete a small tune is played. Perfect for study or work. Improve focus and productivity by this timer.
Extension Basic Information
Name | Dual Timer |
ID | lkoinkcniagamfneakdjgbngnkooigdh |
Official URL | https://chromewebstore.google.com/detail/dual-timer/lkoinkcniagamfneakdjgbngnkooigdh |
Description | A dual timer for time-boxing. |
File Size | 268 KB |
Installation Count | 39 |
Current Version | 0.2102 |
Last Updated | 2021-07-31 |
Publish Date | 2021-06-05 |
Rating | 5.00/5 Total 3 Ratings |
Developer | log1 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/LexingtonWhalen/ChromeIntervalTimer |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": ".\/images\/16x16.png", "32": ".\/images\/32x32.png", "48": ".\/images\/48x48.png", "128": ".\/images\/128x128.png" }, "name": "Dual Timer", "description": "A dual timer for time-boxing.", "version": "0.2102", "manifest_version": 2, "background": { "persistent": true, "scripts": [ ".\/js\/background.js" ] }, "options_page": ".\/html\/options.html", "browser_action": { "default_popup": ".\/html\/popup.html", "default_icon": ".\/images\/128x128.png" } } |