Salah - Prayer Reminder
This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.
ما هو Salah - Prayer Reminder؟
Salah - Prayer Reminder هو إضافة Chrome تم تطويرها بواسطة Salah - Extension، والميزة الرئيسية لها هي "This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Salah - Prayer Reminder
قم بتنزيل ملفات الامتداد Salah - Prayer Reminder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
السلام عليكم. As-salamu alaykum I wrote a Chrome extension for Muslims who spend way too much time in front of their computer. This extension helps you to pray in time according to your location. If you want you can easily watch a live stream from Mekka. Or if you just want to read from the Quran, you can easily do that too. It would be great if you could support me and the development of this extension. Ma'a as-salama مع السلامة
معلومات أساسية عن التمديد
الاسم | Salah - Prayer Reminder |
ID | eglgbgmahngnflijjdhghhdbflgdceif |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/salah-prayer-reminder/eglgbgmahngnflijjdhghhdbflgdceif |
الوصف | This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days. |
حجم الملف | 7 MB |
عدد التثبيتات | 241 |
النسخة الحالية | 1.3.8 |
آخر تحديث | 2024-02-01 |
تاريخ النشر | 2023-05-16 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | Salah - Extension |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://www.buymeacoffee.com/salahPrayerReminder/membership |
عنوان صفحة سياسة الخصوصية | https://openai.com/policies/privacy-policy |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Salah - Prayer Reminder", "version": "1.3.8", "author": "Daniel Szakacs", "description": "This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.", "permissions": [ "storage", "alarms" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/32.png", "32": "assets\/32.png" } }, "icons": { "16": "assets\/32.png", "32": "assets\/32.png", "48": "assets\/32.png", "128": "assets\/32.png" }, "background": { "service_worker": "background.js" } } |