Prayer Times

Easily access prayer times and see how much time is left until next prayers.

Prayer Timesคืออะไร?

Prayer Times เป็นส่วนขยายของ Chrome ที่พัฒนาโดย agayevelcinn และคุณลักษณะหลักของมันคือ "Easily access prayer times and see how much time is left until next prayers."

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

screenshot

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

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

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

                        Showing praying times and also added Azerbaijan praying times.                    

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

ชื่อ Prayer Times Prayer Times
ID bdldcfbncdeknajlcbgacejmpahomjlf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prayer-times/bdldcfbncdeknajlcbgacejmpahomjlf
คำอธิบาย Easily access prayer times and see how much time is left until next prayers.
ขนาดไฟล์ 442 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-03-28
วันที่เผยแพร่ 2022-11-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา agayevelcinn
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "images\/icons\/128.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_short_name__"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "default_locale": "tr",
    "description": "__MSG_description__",
    "host_permissions": [
        "https:\/\/prayer.azurewebsites.net\/*"
    ],
    "icons": {
        "128": "images\/icons\/128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "short_name": "__MSG_short_name__",
    "version": "2.0.0"
}