AlarmMe

Alarm you at the given time or after a given time period.

Cos'è AlarmMe?

AlarmMe è un'estensione di Chrome sviluppata da moenekoremi, e la sua funzione principale è "Alarm you at the given time or after a given time period.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AlarmMe

Scarica i file di estensione AlarmMe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AlarmMe AlarmMe
ID hofpgeapbhpnpeofnlhhngohnohhpipi
URL Ufficiale https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi
Descrizione Alarm you at the given time or after a given time period.
Dimensione del File 124 KB
Conteggio Installazioni 367
Versione Corrente 1.2
Ultimo Aggiornamento 2016-02-12
Data di Pubblicazione 2016-02-12
Sviluppatore moenekoremi
Tipo di Pagamento free
Lingue Supportate 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"
    }
}