AlarmMe
Alarm you at the given time or after a given time period.
Hvad er AlarmMe?
AlarmMe er en Chrome-udvidelse udviklet af moenekoremi, og dens hovedfunktion er "Alarm you at the given time or after a given time period.".
Udvidelsesskærmbilleder
Download AlarmMe-udvidelses-CRX-fil
Download AlarmMe-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | AlarmMe |
ID | hofpgeapbhpnpeofnlhhngohnohhpipi |
Officiel URL | https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi |
Beskrivelse | Alarm you at the given time or after a given time period. |
Filstørrelse | 124 KB |
Antal Installationer | 367 |
Nuværende Version | 1.2 |
Senest Opdateret | 2016-02-12 |
Udgivelsesdato | 2016-02-12 |
Udvikler | moenekoremi |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |