Adhan Schedule
This extension will calculate and display local adhan times
Co to jest Adhan Schedule?
Adhan Schedule to rozszerzenie Chrome opracowane przez Abrar Chaudhry, a jego główną funkcją jest „This extension will calculate and display local adhan times”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Adhan Schedule
Pobierz pliki rozszerzeń Adhan Schedule w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ehmahonckdolbbekhkfgpajooolbpemk |
Oficjalny URL | https://chrome.google.com/webstore/detail/adhan-schedule/ehmahonckdolbbekhkfgpajooolbpemk |
Opis | This extension will calculate and display local adhan times |
Rozmiar pliku | 898 KB |
Liczba instalacji | 193 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2017-03-15 |
Data Publikacji | 2017-03-15 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | Abrar Chaudhry |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |