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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" } } |