AlarmMe

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

Co je AlarmMe?

AlarmMe je rozšíření Chrome vyvinuté moenekoremi, a jeho hlavní funkcí je „Alarm you at the given time or after a given time period.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření AlarmMe

Stáhněte si soubory rozšíření AlarmMe ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název AlarmMe AlarmMe
ID hofpgeapbhpnpeofnlhhngohnohhpipi
Oficiální URL https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi
Popis Alarm you at the given time or after a given time period.
Velikost souboru 124 KB
Počet instalací 367
Aktuální Verze 1.2
Poslední Aktualizace 2016-02-12
Datum Vydání 2016-02-12
Vývojář moenekoremi
Typ Platby free
Podporované Jazyky 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"
    }
}