Prayer Schedule
Prayer Schedule for Muslims
Cos'è Prayer Schedule?
Prayer Schedule è un'estensione di Chrome sviluppata da iBragimoff, e la sua funzione principale è "Prayer Schedule for Muslims".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Prayer Schedule
Scarica i file di estensione Prayer Schedule in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Prayer Schedule |
ID | jhnipmlpomflpekhnamaklehjakhjgnk |
URL Ufficiale | https://chromewebstore.google.com/detail/prayer-schedule/jhnipmlpomflpekhnamaklehjakhjgnk |
Descrizione | Prayer Schedule for Muslims |
Dimensione del File | 1.03 MB |
Conteggio Installazioni | 101 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-01-28 |
Data di Pubblicazione | 2022-02-24 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | iBragimoff |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/1Bragim0ff/Prayer-Schedule |
Lingue Supportate | 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" } } |