Prayer Schedule
Prayer Schedule for Muslims
Was ist Prayer Schedule?
Prayer Schedule ist eine Chrome-Erweiterung, die von iBragimoff entwickelt wurde, und ihr Hauptmerkmal ist "Prayer Schedule for Muslims".
Erweiterungsscreenshots
Prayer Schedule-Erweiterungs-CRX-Datei herunterladen
Laden Sie Prayer Schedule-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Quick access to the prayer schedule from the browser
👉 Beautiful and pleasant design
👉 Automatically recognizes your location
👉 Shows a warning bar about the remaining time
👉 Adjusts the time format to suit your region
👉 There are no complicated settings, everything is simple
✍️ You can suggest new improvements by mail [email protected] or by leaving a review with your wishes Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jhnipmlpomflpekhnamaklehjakhjgnk |
| Offizielle URL | https://chromewebstore.google.com/detail/prayer-schedule/jhnipmlpomflpekhnamaklehjakhjgnk |
| Beschreibung | Prayer Schedule for Muslims |
| Dateigröße | 1.03 MB |
| Installationsanzahl | 101 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2023-01-28 |
| Veröffentlichungsdatum | 2022-02-24 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | iBragimoff |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/1Bragim0ff/Prayer-Schedule |
| Unterstützte Sprachen | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Prayer Schedule",
"description": "__MSG_appDescription__",
"version": "1.0",
"manifest_version": 3,
"default_locale": "en",
"permissions": [
"geolocation",
"storage"
],
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "logo16.png",
"32": "logo32.png",
"48": "logo48.png",
"128": "logo128.png"
}
},
"icons": {
"16": "logo16.png",
"32": "logo32.png",
"48": "logo48.png",
"128": "logo128.png"
}
} | |