AlarmMe
Alarm you at the given time or after a given time period.
¿Qué es AlarmMe?
AlarmMe es una extensión de Chrome desarrollada por moenekoremi, y su función principal es "Alarm you at the given time or after a given time period.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AlarmMe
Descarga archivos de extensión AlarmMe en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | AlarmMe |
ID | hofpgeapbhpnpeofnlhhngohnohhpipi |
URL Oficial | https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi |
Descripción | Alarm you at the given time or after a given time period. |
Tamaño del Archivo | 124 KB |
Cantidad de Instalaciones | 367 |
Versión Actual | 1.2 |
Última Actualización | 2016-02-12 |
Fecha de Publicación | 2016-02-12 |
Desarrollador | moenekoremi |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |