Malaysia Prayer Times
Prayer times for Malaysia
Malaysia Prayer Timesคืออะไร?
Malaysia Prayer Times เป็นส่วนขยายของ Chrome ที่พัฒนาโดย muhammadnizam.omar และคุณลักษณะหลักของมันคือ "Prayer times for Malaysia"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Malaysia Prayer Times
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } } |