AlarmMe
Alarm you at the given time or after a given time period.
Wat is AlarmMe?
AlarmMe is een Chrome-extensie ontwikkeld door moenekoremi, en de belangrijkste functie is "Alarm you at the given time or after a given time period.".
Extensie Screenshots
Download het CRX-bestand van de extensie AlarmMe
Download AlarmMe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | AlarmMe |
ID | hofpgeapbhpnpeofnlhhngohnohhpipi |
Officiële URL | https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi |
Beschrijving | Alarm you at the given time or after a given time period. |
Bestandsgrootte | 124 KB |
Aantal Installaties | 367 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-02-12 |
Publicatiedatum | 2016-02-12 |
Ontwikkelaar | moenekoremi |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |