Adhan Schedule

This extension will calculate and display local adhan times

什麼是Adhan Schedule?

Adhan Schedule是由Abrar Chaudhry開發的Chrome擴展程式,該擴展的主要功能是“This extension will calculate and display local adhan times”。

擴展截圖

screenshot

下載Adhan Schedule擴展crx文件

下載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
官方網址 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"
    }
}