Malaysia Prayer Times
Prayer times for Malaysia
什么是Malaysia Prayer Times?
Malaysia Prayer Times是由muhammadnizam.omar开发的Chrome扩展程序,该扩展的主要功能是“Prayer times for Malaysia”。
扩展截图
下载Malaysia Prayer Times扩展crx文件
下载Malaysia Prayer Times扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Malaysia Prayer Times |
ID | nhpgjokdhhojggmemchncgcnlkokiodc |
官方URL | https://chromewebstore.google.com/detail/malaysia-prayer-times/nhpgjokdhhojggmemchncgcnlkokiodc |
简介 | Prayer times for Malaysia |
文件大小 | 279 KB |
安装次数 | 908 |
当前版本 | 2.2 |
更新时间 | 2023-02-15 |
上架时间 | 2019-05-14 |
评分 | 4.89/5 共19次评分 |
开发者 | muhammadnizam.omar |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } } |