Adhan Schedule
This extension will calculate and display local adhan times
Apa itu Adhan Schedule?
Adhan Schedule adalah ekstensi Chrome yang dikembangkan oleh Abrar Chaudhry, dan fitur utamanya adalah "This extension will calculate and display local adhan times".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Adhan Schedule
Unduh file ekstensi Adhan Schedule dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ehmahonckdolbbekhkfgpajooolbpemk |
URL Resmi | https://chrome.google.com/webstore/detail/adhan-schedule/ehmahonckdolbbekhkfgpajooolbpemk |
Deskripsi | This extension will calculate and display local adhan times |
Ukuran File | 898 KB |
Jumlah Instalasi | 193 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2017-03-15 |
Tanggal Publikasi | 2017-03-15 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | Abrar Chaudhry |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |