Salat Reminder
Notify user of the time for salat
Salat Reminder क्या है?
Salat Reminder Jubrilissa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notify user of the time for salat"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Salat Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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]
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } } |