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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}