20 Minute Timer
20 Minute Timer is an alarm that fires after twenty minutes.
What is 20 Minute Timer?
20 Minute Timer is a Chrome extension developed by DMBFullstack, and its main feature is "20 Minute Timer is an alarm that fires after twenty minutes.".
Extension Screenshots
Download 20 Minute Timer Extension CRX File
Download 20 Minute 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
This is a 20 minute timer. It has a dual-purpose start/stop button and a reset button. When the popup is open the remaining time is visible and updated every second. A badge on the plugin's icon is visible when the timer is running and when the timer has finished. A zen bell sounds and a notification is generated when the timer elapses.
Extension Basic Information
Name | 20 Minute Timer |
ID | mjpefkiaapcahdnkgccllcplgafdjifj |
Official URL | https://chromewebstore.google.com/detail/20-minute-timer/mjpefkiaapcahdnkgccllcplgafdjifj |
Description | 20 Minute Timer is an alarm that fires after twenty minutes. |
File Size | 959 KB |
Installation Count | 405 |
Current Version | 1.0.1 |
Last Updated | 2016-04-09 |
Publish Date | 2016-04-09 |
Rating | 4.86/5 Total 7 Ratings |
Developer | DMBFullstack |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "20 Minute Timer", "short_name": "20 Minute Timer", "description": "20 Minute Timer is an alarm that fires after twenty minutes.", "version": "1.0.1", "author": "DMBFullstack", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "20 Minute Timer" }, "permissions": [ "notifications", "alarms", "storage" ], "web_accessible_resources": [ "icon.png" ], "background": { "page": "eventPage.html", "persistent": false }, "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" } } |