Adhan Schedule
This extension will calculate and display local adhan times
Vad är Adhan Schedule?
Adhan Schedule är en Chrome-tillägg utvecklad av Abrar Chaudhry, och dess huvudfunktion är "This extension will calculate and display local adhan times".
Tilläggsskärmbilder
Ladda ner Adhan Schedule-förlängningens CRX-fil
Ladda ner Adhan Schedule-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | ehmahonckdolbbekhkfgpajooolbpemk |
Officiell webbadress | https://chrome.google.com/webstore/detail/adhan-schedule/ehmahonckdolbbekhkfgpajooolbpemk |
Beskrivning | This extension will calculate and display local adhan times |
Filstorlek | 898 KB |
Antal Installationer | 193 |
Aktuell Version | 1.4 |
Senast Uppdaterad | 2017-03-15 |
Publiceringsdatum | 2017-03-15 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | Abrar Chaudhry |
Betalningssätt | free |
Stödda Språk | 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" } } |