Prayer Times
Extension that shows prayer times for given countries. It can work offline and call out Adhan when it's time.
Prayer Times क्या है?
Prayer Times Namaz Vakitleri Geliştirici Grubu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that shows prayer times for given countries. It can work offline and call out Adhan when it's time."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Prayer Times एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension that shows prayer times for given countries. It can work offline and call out Adhan when it's time. You can ask your questions related to extension in the link below: http://ask.fm/namazvakitleri Features: -It shows prayer times for 203 countries. -Works offline. -Shows a little countdown on its icon. -Reminds you before Adhan. -It can keep prayer times for a month. -It can call out Adhan. -Times are taken from "The Presidency of Religious Affairs of the Republic of Turkey" .
एक्सटेंशन की मूल जानकारी
नाम | Prayer Times |
ID | ieelbggiidmnfbkjcjceknbhjgnhkjnf |
आधिकारिक URL | https://chromewebstore.google.com/detail/prayer-times/ieelbggiidmnfbkjcjceknbhjgnhkjnf |
विवरण | Extension that shows prayer times for given countries. It can work offline and call out Adhan when it's time. |
फ़ाइल का आकार | 4.85 MB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2020-06-09 |
प्रकाशन तिथि | 2020-06-07 |
रेटिंग | 4.41/5 कुल 1320 रेटिंग्स |
डेवलपर | Namaz Vakitleri Geliştirici Grubu |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "assets\/icons\/logo.png", "name": "__MSG_extName__", "default_title": "__MSG_extName__", "default_popup": "popup\/popup.html" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "default_locale": "tr", "description": "__MSG_desc__", "icons": { "16": "assets\/icons\/icon-16x16.png", "48": "assets\/icons\/icon-48x48.png", "128": "assets\/icons\/icon-128x128.png" }, "name": "__MSG_extName__", "short_name": "__MSG_shortname__", "incognito": "spanning", "permissions": [ "https:\/\/nv-api.com\/*", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'; script-src-elem 'self' https:\/\/www.google-analytics.com\/ga.js", "version": "1.0.0" } |