Salat Reminder

Notify user of the time for salat

ما هو Salat Reminder؟

Salat Reminder هو إضافة Chrome تم تطويرها بواسطة Jubrilissa، والميزة الرئيسية لها هي "Notify user of the time for salat".

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

screenshot

تحميل ملف CRX للإضافة Salat Reminder

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

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

                        Salat reminder notifies you when it's time for salat in your location in a new Tab. Creating a new Tab with image and message for the current salat (prayer)

Feedback and suggestions are welcome. If you have any feedback or suggestion kindly send an email to [email protected]                    

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

الاسم Salat Reminder Salat Reminder
ID enhkmijhppoajgceoopmddgjnoigbmaj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/salat-reminder/enhkmijhppoajgceoopmddgjnoigbmaj
الوصف Notify user of the time for salat
حجم الملف 3.87 MB
عدد التثبيتات 162
النسخة الحالية 0.0.7
آخر تحديث 2020-03-02
تاريخ النشر 2020-03-02
تقييم 5.00/5 مجموع تقييمات 5
المطور Jubrilissa
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salat Reminder",
    "short_name": "Salat Reminder",
    "description": "Notify user of the time for salat",
    "version": "0.0.7",
    "icons": {
        "16": "images\/favicon-16.png",
        "48": "images\/favicon-57.png",
        "128": "images\/favicon-128.png"
    },
    "browser_action": {
        "default_title": "Salat Reminder for chrome",
        "default_icon": "favicon.ico"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "geolocation"
    ],
    "background": {
        "scripts": [
            "js\/activity_popup.js",
            "js\/chrome_listeners.js"
        ]
    }
}