Adhan Schedule
This extension will calculate and display local adhan times
What is Adhan Schedule?
Adhan Schedule is a Chrome extension developed by Abrar Chaudhry, and its main feature is "This extension will calculate and display local adhan times".
Extension Screenshots
Download Adhan Schedule Extension CRX File
Download Adhan Schedule extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ehmahonckdolbbekhkfgpajooolbpemk |
Official URL | https://chrome.google.com/webstore/detail/adhan-schedule/ehmahonckdolbbekhkfgpajooolbpemk |
Description | This extension will calculate and display local adhan times |
File Size | 898 KB |
Installation Count | 193 |
Current Version | 1.4 |
Last Updated | 2017-03-15 |
Publish Date | 2017-03-15 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Abrar Chaudhry |
Payment Type | free |
Supported Languages | 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" } } |