AlarmMe

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

Vad är AlarmMe?

AlarmMe är en Chrome-tillägg utvecklad av moenekoremi, och dess huvudfunktion är "Alarm you at the given time or after a given time period.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner AlarmMe-förlängningens CRX-fil

Ladda ner AlarmMe-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn AlarmMe AlarmMe
ID hofpgeapbhpnpeofnlhhngohnohhpipi
Officiell webbadress https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi
Beskrivning Alarm you at the given time or after a given time period.
Filstorlek 124 KB
Antal Installationer 367
Aktuell Version 1.2
Senast Uppdaterad 2016-02-12
Publiceringsdatum 2016-02-12
Utvecklare moenekoremi
Betalningssätt free
Stödda Språk 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"
    }
}