Adhan Schedule
This extension will calculate and display local adhan times
Was ist Adhan Schedule?
Adhan Schedule ist eine Chrome-Erweiterung, die von Abrar Chaudhry entwickelt wurde, und ihr Hauptmerkmal ist "This extension will calculate and display local adhan times".
Erweiterungsscreenshots
Adhan Schedule-Erweiterungs-CRX-Datei herunterladen
Laden Sie Adhan Schedule-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ehmahonckdolbbekhkfgpajooolbpemk |
Offizielle URL | https://chrome.google.com/webstore/detail/adhan-schedule/ehmahonckdolbbekhkfgpajooolbpemk |
Beschreibung | This extension will calculate and display local adhan times |
Dateigröße | 898 KB |
Installationsanzahl | 193 |
Aktuelle Version | 1.4 |
Letztes Update | 2017-03-15 |
Veröffentlichungsdatum | 2017-03-15 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | Abrar Chaudhry |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |