Alarm Clock
Simple alarm clock to wake people.
What is Alarm Clock?
Alarm Clock is a Chrome extension developed by Unknown, and its main feature is "Simple alarm clock to wake people.".
Extension Screenshots
Download Alarm Clock Extension CRX File
Download Alarm Clock 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 Alarm Clock is super cool
Extension Basic Information
Name | Alarm Clock |
ID | lccikkjiejgomehccjmjoppgeagbdgph |
Official URL | https://chromewebstore.google.com/detail/alarm-clock/lccikkjiejgomehccjmjoppgeagbdgph |
Description | Simple alarm clock to wake people. |
File Size | 52 KB |
Installation Count | 1,143 |
Current Version | 1.0 |
Last Updated | 2012-06-02 |
Publish Date | 2012-06-01 |
Rating | 2.24/5 Total 68 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alarm Clock", "version": "1.0", "manifest_version": 2, "description": "Simple alarm clock to wake people.", "browser_action": { "default_icon": "icon.png", "default_popup": "alarmClock.html" } } |