Prayer Schedule
Prayer Schedule for Muslims
Vad är Prayer Schedule?
Prayer Schedule är en Chrome-tillägg utvecklad av iBragimoff, och dess huvudfunktion är "Prayer Schedule for Muslims".
Tilläggsskärmbilder
Ladda ner Prayer Schedule-förlängningens CRX-fil
Ladda ner Prayer Schedule-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Prayer Schedule |
ID | jhnipmlpomflpekhnamaklehjakhjgnk |
Officiell webbadress | https://chromewebstore.google.com/detail/prayer-schedule/jhnipmlpomflpekhnamaklehjakhjgnk |
Beskrivning | Prayer Schedule for Muslims |
Filstorlek | 1.03 MB |
Antal Installationer | 101 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-01-28 |
Publiceringsdatum | 2022-02-24 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | iBragimoff |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/1Bragim0ff/Prayer-Schedule |
Stödda Språk | 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" } } |