AlarmMe

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

Qu'est-ce que AlarmMe ?

AlarmMe est une extension Chrome développée par moenekoremi, et sa fonction principale est "Alarm you at the given time or after a given time period.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension AlarmMe

Téléchargez les fichiers d'extension AlarmMe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AlarmMe AlarmMe
ID hofpgeapbhpnpeofnlhhngohnohhpipi
URL Officiel https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi
Description Alarm you at the given time or after a given time period.
Taille du Fichier 124 KB
Nombre d'Installations 367
Version Actuelle 1.2
Dernière Mise à Jour 2016-02-12
Date de Publication 2016-02-12
Développeur moenekoremi
Type de Paiement free
Langues Prises en Charge 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"
    }
}