Adhan Schedule

This extension will calculate and display local adhan times

Adhan Scheduleคืออะไร?

Adhan Schedule เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abrar Chaudhry และคุณลักษณะหลักของมันคือ "This extension will calculate and display local adhan times"

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

screenshot

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

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

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

                        This Chrome extension uses your browser's location to calculate prayer times. Currently it uses "ISNA" as calculation method to compute prayer times. Support for other calculation methods will be added in future. 

The code that calculates prayer times is taken from (http://www.praytimes.org/). To see which other calculation methods it supports please see (http://praytimes.org/manual#Set_Calculation_Method). 

Please provide feedback on the current version and feel free to request new features.                    

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

ชื่อ Adhan Schedule Adhan Schedule
ID ehmahonckdolbbekhkfgpajooolbpemk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/adhan-schedule/ehmahonckdolbbekhkfgpajooolbpemk
คำอธิบาย This extension will calculate and display local adhan times
ขนาดไฟล์ 898 KB
จำนวนการติดตั้ง 193
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2017-03-15
วันที่เผยแพร่ 2017-03-15
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Abrar Chaudhry
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adhan Schedule",
    "author": "Abrar Chaudhry",
    "description": "This extension will calculate and display local adhan times",
    "version": "1.4",
    "icons": {
        "128": "img\/ic_kaaba_128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/api.aladhan.com\/",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/cdnjs.cloudflare.com\/",
        "geolocation"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}