Malaysia Prayer Times
Prayer times for Malaysia
Wat is Malaysia Prayer Times?
Malaysia Prayer Times is een Chrome-extensie ontwikkeld door muhammadnizam.omar, en de belangrijkste functie is "Prayer times for Malaysia".
Extensie Screenshots
Download het CRX-bestand van de extensie Malaysia Prayer Times
Download Malaysia Prayer Times-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Malaysia Prayer Times |
ID | nhpgjokdhhojggmemchncgcnlkokiodc |
Officiële URL | https://chromewebstore.google.com/detail/malaysia-prayer-times/nhpgjokdhhojggmemchncgcnlkokiodc |
Beschrijving | Prayer times for Malaysia |
Bestandsgrootte | 279 KB |
Aantal Installaties | 908 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2023-02-15 |
Publicatiedatum | 2019-05-14 |
Beoordeling | 4.89/5 Totaal 19 Beoordelingen |
Ontwikkelaar | muhammadnizam.omar |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |