Adhan Schedule

This extension will calculate and display local adhan times

O que é Adhan Schedule?

Adhan Schedule é uma extensão do Chrome desenvolvida por Abrar Chaudhry, e sua principal característica é "This extension will calculate and display local adhan times".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Adhan Schedule

Baixe arquivos de extensão Adhan Schedule no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Adhan Schedule Adhan Schedule
ID ehmahonckdolbbekhkfgpajooolbpemk
URL Oficial https://chrome.google.com/webstore/detail/adhan-schedule/ehmahonckdolbbekhkfgpajooolbpemk
Descrição This extension will calculate and display local adhan times
Tamanho do Arquivo 898 KB
Contagem de Instalações 193
Versão Atual 1.4
Última Atualização 2017-03-15
Data de Publicação 2017-03-15
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor Abrar Chaudhry
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}