Simple Timer
Simple timer that shows a popup when time is up.
What is Simple Timer?
Simple Timer is a Chrome extension developed by jsg, and its main feature is "Simple timer that shows a popup when time is up.".
Extension Screenshots
Download Simple Timer Extension CRX File
Download Simple 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
Simple timer that shows a popup when time is up. Simple and unobtrusive.
Extension Basic Information
Name | Simple Timer |
ID | hhoihjklpidiicnmmlndmpkahnmfmfho |
Official URL | https://chromewebstore.google.com/detail/simple-timer/hhoihjklpidiicnmmlndmpkahnmfmfho |
Description | Simple timer that shows a popup when time is up. |
File Size | 20.09 KB |
Installation Count | 1,337 |
Current Version | 1.0 |
Last Updated | 2014-06-07 |
Publish Date | 2014-06-07 |
Rating | 4.17/5 Total 6 Ratings |
Developer | jsg |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Timer", "version": "1.0", "description": "Simple timer that shows a popup when time is up.", "browser_action": { "default_title": "Timer", "default_icon": "timer-icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "sample.js" ], "persistent": true }, "manifest_version": 2 } |