Timer
This simple timer tells you when your time is up.
What is Timer?
Timer is a Chrome extension developed by Kuba Szulaczkowski, and its main feature is "This simple timer tells you when your time is up.".
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
Set it for up to 4 hours
Pause or start the timer over
Persistent desktop notification with looping sound
Additional sounds are available as an in-app payment Extension Basic Information
| Name | |
| ID | hepmlgghomccjinhcnkkikjpgkjibglj |
| Official URL | https://chromewebstore.google.com/detail/timer/hepmlgghomccjinhcnkkikjpgkjibglj |
| Description | This simple timer tells you when your time is up. |
| File Size | 522 KB |
| Installation Count | 164,548 |
| Current Version | 1.3.0.2 |
| Last Updated | 2018-10-03 |
| Publish Date | 2018-10-03 |
| Rating | 4.20/5 Total 498 Ratings |
| Developer | Kuba Szulaczkowski |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Timer",
"version": "1.3.0.2",
"manifest_version": 2,
"description": "This simple timer tells you when your time is up.",
"icons": {
"16": "img\/16.png",
"32": "img\/32.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "img\/clock.png",
"default_popup": "popup.html"
},
"minimum_chrome_version": "50",
"offline_enabled": true,
"permissions": [
"notifications",
"storage"
],
"web_accessible_resources": [
"img\/48.png"
]
} | |