Adhan Schedule
This extension will calculate and display local adhan times
Hvad er Adhan Schedule?
Adhan Schedule er en Chrome-udvidelse udviklet af Abrar Chaudhry, og dens hovedfunktion er "This extension will calculate and display local adhan times".
Udvidelsesskærmbilleder
Download Adhan Schedule-udvidelses-CRX-fil
Download Adhan Schedule-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ehmahonckdolbbekhkfgpajooolbpemk |
Officiel URL | https://chrome.google.com/webstore/detail/adhan-schedule/ehmahonckdolbbekhkfgpajooolbpemk |
Beskrivelse | This extension will calculate and display local adhan times |
Filstørrelse | 898 KB |
Antal Installationer | 193 |
Nuværende Version | 1.4 |
Senest Opdateret | 2017-03-15 |
Udgivelsesdato | 2017-03-15 |
Bedømmelse | 4.20/5 Samlet 5 Bedømmelser |
Udvikler | Abrar Chaudhry |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |