Adhan Schedule

This extension will calculate and display local adhan times

Co je Adhan Schedule?

Adhan Schedule je rozšíření Chrome vyvinuté Abrar Chaudhry, a jeho hlavní funkcí je „This extension will calculate and display local adhan times“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Adhan Schedule

Stáhněte si soubory rozšíření Adhan Schedule ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Adhan Schedule Adhan Schedule
ID ehmahonckdolbbekhkfgpajooolbpemk
Oficiální URL https://chrome.google.com/webstore/detail/adhan-schedule/ehmahonckdolbbekhkfgpajooolbpemk
Popis This extension will calculate and display local adhan times
Velikost souboru 898 KB
Počet instalací 193
Aktuální Verze 1.4
Poslední Aktualizace 2017-03-15
Datum Vydání 2017-03-15
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář Abrar Chaudhry
Typ Platby free
Podporované Jazyky 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"
    }
}