Timer
A chrome extension that allows you to set timer and alert
What is Timer?
Timer is a Chrome extension developed by Thu Nguyen, and its main feature is "A chrome extension that allows you to set timer and alert".
Extension Screenshots
Download Timer Extension CRX File
Download 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 basic timer with sound and notifications. Can set time up to hours as
Extension Basic Information
Name | Timer |
ID | jeeccbgpjcoijhgboccheomodgnhaddi |
Official URL | https://chromewebstore.google.com/detail/timer/jeeccbgpjcoijhgboccheomodgnhaddi |
Description | A chrome extension that allows you to set timer and alert |
File Size | 297 KB |
Installation Count | 422 |
Current Version | 1.0.0 |
Last Updated | 2016-11-11 |
Publish Date | 2016-11-10 |
Rating | 4.25/5 Total 4 Ratings |
Developer | Thu Nguyen |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "version": "1.0.0", "description": "A chrome extension that allows you to set timer and alert", "author": "ThuNguyen", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "Set!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications" ] } |