Adhan Schedule
This extension will calculate and display local adhan times
Adhan Scheduleとは何ですか?
Adhan ScheduleはAbrar Chaudhryによって開発されたChromeの拡張機能で、その主な機能は「This extension will calculate and display local adhan times」です。
拡張機能のスクリーンショット
Adhan Schedule拡張機能のCRXファイルをダウンロード
Adhan Schedule拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | ehmahonckdolbbekhkfgpajooolbpemk |
公式URL | https://chrome.google.com/webstore/detail/adhan-schedule/ehmahonckdolbbekhkfgpajooolbpemk |
説明 | This extension will calculate and display local adhan times |
ファイルサイズ | 898 KB |
インストール数 | 193 |
現在のバージョン | 1.4 |
最終更新日 | 2017-03-15 |
公開日 | 2017-03-15 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | Abrar Chaudhry |
支払い方法 | free |
対応言語 | 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" } } |