Salaat - Prayer Times

A simple app that displays daily prayer times for a selected your city and country.

Salaat - Prayer Timesคืออะไร?

Salaat - Prayer Times เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yeti7554 และคุณลักษณะหลักของมันคือ "A simple app that displays daily prayer times for a selected your city and country."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salaat - Prayer Times

ดาวน์โหลดไฟล์ส่วนขยาย Salaat - Prayer Times ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A simple extension that displays daily prayer times for your city and country.
Lets stay on top of our Salaat!

Features:
- Auto location detection
- Location based Salaat times
- Selectable prayer calculation method

Please give leave us a review and email us any suggestions you have and we would be happy to help.

You can donate to support development on this chrome extension. 

We do not store your location or device information and our source code is available if you would like to ensure that we are using your data ethically.

Contact form:
https://forms.gle/2ME4Aq1DxfaecRda6                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Salaat - Prayer Times Salaat - Prayer Times
ID abdmibnfefhnpmcjbekbdlmhfhajfdkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salaat-prayer-times/abdmibnfefhnpmcjbekbdlmhfhajfdkb
คำอธิบาย A simple app that displays daily prayer times for a selected your city and country.
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.6.1
อัปเดตครั้งล่าสุด 2023-05-14
วันที่เผยแพร่ 2023-04-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Yeti7554
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salaat - Prayer Times",
    "version": "0.6.1",
    "description": "A simple app that displays daily prayer times for a selected your city and country.",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "48": "48.png",
            "128": "128.png"
        },
        "default_popup": "index.html"
    },
    "host_permissions": [
        "https:\/\/geocode.xyz\/*",
        "https:\/\/api.aladhan.com\/v1\/timingsByCity"
    ],
    "permissions": [
        "geolocation"
    ]
}