AlarmMe
Alarm you at the given time or after a given time period.
What is AlarmMe?
AlarmMe is a Chrome extension developed by moenekoremi, and its main feature is "Alarm you at the given time or after a given time period.".
Extension Screenshots
Download AlarmMe Extension CRX File
Download AlarmMe 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
Enter the hour and minutes in the first and second text boxes and press after to set an alarm after the specified time interval. Enter the hour and minutes in the first and second text boxes and press when to set an alarm at the specified time in 24 hour system. A window will pop up and alarm sound will be played when the time is up.
Extension Basic Information
Name | AlarmMe |
ID | hofpgeapbhpnpeofnlhhngohnohhpipi |
Official URL | https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi |
Description | Alarm you at the given time or after a given time period. |
File Size | 124 KB |
Installation Count | 367 |
Current Version | 1.2 |
Last Updated | 2016-02-12 |
Publish Date | 2016-02-12 |
Developer | moenekoremi |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AlarmMe", "description": "Alarm you at the given time or after a given time period.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.2", "background": { "scripts": [ "background.js" ] }, "permissions": [], "browser_action": { "default_popup": "popup.html", "default_title": "My Simple Alarm" } } |