Salah Tracker: Your daily prayer companion

Track your daily Salah with ease, get prayer timings, and mark your progress seamlessly.

ما هو Salah Tracker: Your daily prayer companion؟

Salah Tracker: Your daily prayer companion هو إضافة Chrome تم تطويرها بواسطة talha2k، والميزة الرئيسية لها هي "Track your daily Salah with ease, get prayer timings, and mark your progress seamlessly.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Salah Tracker: Your daily prayer companion

قم بتنزيل ملفات الامتداد Salah Tracker: Your daily prayer companion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        "Salah Tracker" is your go-to daily prayer companion, meticulously designed to keep the faithful spiritually connected. This extension provides real-time Salah timings based on your geographical location, automatically integrating with the al-Adhan APIs. Stay informed with Hijri date, as well as the day's sunrise and sunset times. Its clean and modern interface allows you to effortlessly check off prayers as you complete them, ensuring you never miss a Salah, whether you're at home, work, or on the go. "Salah Tracker" harmoniously blend your daily routines with religious commitments.                    

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

الاسم Salah Tracker: Your daily prayer companion Salah Tracker: Your daily prayer companion
ID ipiklipeleggeogclejmciodojjeaicf
عنوان URL الرسمي https://chromewebstore.google.com/detail/salah-tracker-your-daily/ipiklipeleggeogclejmciodojjeaicf
الوصف Track your daily Salah with ease, get prayer timings, and mark your progress seamlessly.
حجم الملف 5.19 MB
عدد التثبيتات 76
النسخة الحالية 1.0
آخر تحديث 2023-10-10
تاريخ النشر 2023-10-10
تقييم 5.00/5 مجموع تقييمات 1
المطور talha2k
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salah Tracker: Your daily prayer companion",
    "version": "1.0",
    "description": "Track your daily Salah with ease, get prayer timings, and mark your progress seamlessly.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "geolocation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.ttf"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}