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 Salah - Extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Salah - Prayer Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ URL | 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" } } |