Prayer Times: In-Browser Prayer Notifications
In-Browser Prayer Times and Notifications
Τι είναι το Prayer Times: In-Browser Prayer Notifications;
Το Prayer Times: In-Browser Prayer Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Prayer Times, και η κύρια λειτουργία του είναι "In-Browser Prayer Times and Notifications".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Prayer Times: In-Browser Prayer Notifications
Λήψη αρχείων επέκτασης Prayer Times: In-Browser Prayer Notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Prayer Times: In-Browser Prayer Notifications for Google Chrome
Support this extension:
https://www.buymeacoffee.com/jalalmostafa
Changelog
2.3.0
* New language: Spanish
2.2.0
* Hijri dates and its adjustments
* UI improvements
2.1.0
* New languages 🇮🇷 🇬🇧 🇱🇧 🇫🇷
2.0.0
* Specify your location manually (useful for VPN users)
* new options page
* reduced extension size
* bug fixes
* re-written using react/typescript/webpack
1.0.0:
* Support all calculation methods for muslims around the world
* Notifications per prayer time!
* Better Performance (less overhead on memory)
* More prayer times!
0.0.4:
* We have fixed an issue. Hooray!
0.0.3:
* Option to change between 12Hours and 24Hours Formats.
* Notification on updates
* Bug fixes Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ipkhkglhpmngdkgclngmlpkekkpplbgm |
| Επίσημο URL | https://chromewebstore.google.com/detail/prayer-times-in-browser-p/ipkhkglhpmngdkgclngmlpkekkpplbgm |
| Περιγραφή | In-Browser Prayer Times and Notifications |
| Μέγεθος Αρχείου | 729 KB |
| Αριθμός Εγκαταστάσεων | 4,391 |
| Τρέχουσα Έκδοση | v2.3.0 |
| Τελευταία Ενημέρωση | 2023-03-24 |
| Ημερομηνία Δημοσίευσης | 2020-02-24 |
| Αξιολόγηση | 4.81/5 Συνολικά 26 Αξιολογήσεις |
| Προγραμματιστής | Prayer Times |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://github.com/jalalmostafa/prayertimes |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/jalalmostafa/prayertimes |
| URL της Σελίδας Πολιτικής Απορρήτου | https://jalalmostafa.github.io/prayertimes/PrivacyPolicy.html |
| Υποστηριζόμενες Γλώσσες | en,fr,es,fa,ar |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_longAppName__",
"short_name": "__MSG_appName__",
"homepage_url": "https:\/\/github.com\/jalalmostafa\/chrome-prayertimes",
"minimum_chrome_version": "32.0.0",
"version": "2.3.0",
"version_name": "v2.3.0",
"manifest_version": 2,
"author": "Prayer Times",
"description": "__MSG_appDescription__",
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.googleapis.com; object-src 'self'",
"icons": {
"16": "images\/small-mosque.png",
"128": "images\/small-mosque.png"
},
"web_accessible_resources": [
"images\/small-mosque.png"
],
"browser_action": {
"default_icon": {
"19": "images\/small-mosque.png",
"38": "images\/small-mosque.png"
},
"default_title": "Prayer Times",
"default_popup": "popup.html"
},
"default_locale": "ar",
"background": {
"page": "background.html",
"persistent": false
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"https:\/\/www.googleapis.com\/geolocation\/v1\/geolocate?key=*",
"geolocation",
"background",
"alarms",
"notifications",
"storage"
]
} | |