AlarmMe

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

ما هو AlarmMe؟

AlarmMe هو إضافة Chrome تم تطويرها بواسطة moenekoremi، والميزة الرئيسية لها هي "Alarm you at the given time or after a given time period.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة AlarmMe

قم بتنزيل ملفات الامتداد AlarmMe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم AlarmMe AlarmMe
ID hofpgeapbhpnpeofnlhhngohnohhpipi
عنوان URL الرسمي https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi
الوصف Alarm you at the given time or after a given time period.
حجم الملف 124 KB
عدد التثبيتات 367
النسخة الحالية 1.2
آخر تحديث 2016-02-12
تاريخ النشر 2016-02-12
المطور moenekoremi
نوع الدفع free
اللغات المدعومة 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"
    }
}