Adhan Schedule
This extension will calculate and display local adhan times
Cos'è Adhan Schedule?
Adhan Schedule è un'estensione di Chrome sviluppata da Abrar Chaudhry, e la sua funzione principale è "This extension will calculate and display local adhan times".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Adhan Schedule
Scarica i file di estensione Adhan Schedule in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ehmahonckdolbbekhkfgpajooolbpemk |
URL Ufficiale | https://chrome.google.com/webstore/detail/adhan-schedule/ehmahonckdolbbekhkfgpajooolbpemk |
Descrizione | This extension will calculate and display local adhan times |
Dimensione del File | 898 KB |
Conteggio Installazioni | 193 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2017-03-15 |
Data di Pubblicazione | 2017-03-15 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | Abrar Chaudhry |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |