Malaysia Prayer Times
Prayer times for Malaysia
Cos'è Malaysia Prayer Times?
Malaysia Prayer Times è un'estensione di Chrome sviluppata da muhammadnizam.omar, e la sua funzione principale è "Prayer times for Malaysia".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Malaysia Prayer Times
Scarica i file di estensione Malaysia Prayer Times 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
Prayer times for Malaysia.
- Simple Muslim prayer times for Malaysia only.
- All salah times & hijir date are from JAKIM (https://www.e-solat.gov.my).
- Notification for salah times.
- "Last updateded on" changes when location and/or day changes. Informazioni di Base sull'Estensione
| Nome | |
| ID | nhpgjokdhhojggmemchncgcnlkokiodc |
| URL Ufficiale | https://chromewebstore.google.com/detail/malaysia-prayer-times/nhpgjokdhhojggmemchncgcnlkokiodc |
| Descrizione | Prayer times for Malaysia |
| Dimensione del File | 279 KB |
| Conteggio Installazioni | 908 |
| Versione Corrente | 2.2 |
| Ultimo Aggiornamento | 2023-02-15 |
| Data di Pubblicazione | 2019-05-14 |
| Valutazione | 4.89/5 Totale 19 Valutazioni |
| Sviluppatore | muhammadnizam.omar |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Malaysia Prayer Times",
"description": "Prayer times for Malaysia",
"version": "2.2",
"author": "Muhammad Nizam Omar & Hasri Juhari",
"background": {
"service_worker": "BackgroundScripts.js",
"mode": "module"
},
"short_name": "MPT",
"host_permissions": [
"https:\/\/www.e-solat.gov.my\/*"
],
"permissions": [
"alarms",
"notifications",
"storage"
],
"icons": {
"128": "img\/logo128.png",
"16": "img\/logo16.png",
"48": "img\/logo48.png"
},
"action": {
"default_icon": {
"16": "img\/logo16.png",
"32": "img\/logo32.png",
"48": "img\/logo48.png",
"128": "img\/logo128.png"
},
"default_popup": "popup.html",
"icons": {
"16": "img\/logo16.png",
"32": "img\/logo32.png",
"48": "img\/logo48.png",
"128": "img\/logo128.png"
}
}
} | |