Adhan Schedule

This extension will calculate and display local adhan times

Wat is Adhan Schedule?

Adhan Schedule is een Chrome-extensie ontwikkeld door Abrar Chaudhry, en de belangrijkste functie is "This extension will calculate and display local adhan times".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Adhan Schedule

Download Adhan Schedule-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Adhan Schedule Adhan Schedule
ID ehmahonckdolbbekhkfgpajooolbpemk
Officiële URL https://chrome.google.com/webstore/detail/adhan-schedule/ehmahonckdolbbekhkfgpajooolbpemk
Beschrijving This extension will calculate and display local adhan times
Bestandsgrootte 898 KB
Aantal Installaties 193
Huidige Versie 1.4
Laatst Bijgewerkt 2017-03-15
Publicatiedatum 2017-03-15
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Abrar Chaudhry
Betalingswijze free
Ondersteunde Talen 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"
    }
}