AlarmMe
Alarm you at the given time or after a given time period.
Was ist AlarmMe?
AlarmMe ist eine Chrome-Erweiterung, die von moenekoremi entwickelt wurde, und ihr Hauptmerkmal ist "Alarm you at the given time or after a given time period.".
Erweiterungsscreenshots
AlarmMe-Erweiterungs-CRX-Datei herunterladen
Laden Sie AlarmMe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | AlarmMe |
ID | hofpgeapbhpnpeofnlhhngohnohhpipi |
Offizielle URL | https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi |
Beschreibung | Alarm you at the given time or after a given time period. |
Dateigröße | 124 KB |
Installationsanzahl | 367 |
Aktuelle Version | 1.2 |
Letztes Update | 2016-02-12 |
Veröffentlichungsdatum | 2016-02-12 |
Entwickler | moenekoremi |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |