Adhan Schedule

This extension will calculate and display local adhan times

Qu'est-ce que Adhan Schedule ?

Adhan Schedule est une extension Chrome développée par Abrar Chaudhry, et sa fonction principale est "This extension will calculate and display local adhan times".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Adhan Schedule

Téléchargez les fichiers d'extension Adhan Schedule au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Adhan Schedule Adhan Schedule
ID ehmahonckdolbbekhkfgpajooolbpemk
URL Officiel https://chrome.google.com/webstore/detail/adhan-schedule/ehmahonckdolbbekhkfgpajooolbpemk
Description This extension will calculate and display local adhan times
Taille du Fichier 898 KB
Nombre d'Installations 193
Version Actuelle 1.4
Dernière Mise à Jour 2017-03-15
Date de Publication 2017-03-15
Évaluation 4.20/5 Total 5 Évaluations
Développeur Abrar Chaudhry
Type de Paiement free
Langues Prises en Charge 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"
    }
}