Malaysia Prayer Times
Prayer times for Malaysia
Malaysia Prayer Timesとは何ですか?
Malaysia Prayer Timesはmuhammadnizam.omarによって開発されたChromeの拡張機能で、その主な機能は「Prayer times for Malaysia」です。
拡張機能のスクリーンショット
Malaysia Prayer Times拡張機能のCRXファイルをダウンロード
Malaysia Prayer Times拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Prayer times for Malaysia.
- Simple Muslim prayer times for Malaysia only.
- All salah times & hijir date are from JAKIM (https://www.e-solat.gov.my).
- Notification for salah times.
- "Last updateded on" changes when location and/or day changes. 拡張機能の基本情報
| 名前 | |
| ID | nhpgjokdhhojggmemchncgcnlkokiodc |
| 公式URL | https://chromewebstore.google.com/detail/malaysia-prayer-times/nhpgjokdhhojggmemchncgcnlkokiodc |
| 説明 | Prayer times for Malaysia |
| ファイルサイズ | 279 KB |
| インストール数 | 908 |
| 現在のバージョン | 2.2 |
| 最終更新日 | 2023-02-15 |
| 公開日 | 2019-05-14 |
| 評価 | 4.89/5 合計 19 レビュー |
| 開発者 | muhammadnizam.omar |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Malaysia Prayer Times",
"description": "Prayer times for Malaysia",
"version": "2.2",
"author": "Muhammad Nizam Omar & Hasri Juhari",
"background": {
"service_worker": "BackgroundScripts.js",
"mode": "module"
},
"short_name": "MPT",
"host_permissions": [
"https:\/\/www.e-solat.gov.my\/*"
],
"permissions": [
"alarms",
"notifications",
"storage"
],
"icons": {
"128": "img\/logo128.png",
"16": "img\/logo16.png",
"48": "img\/logo48.png"
},
"action": {
"default_icon": {
"16": "img\/logo16.png",
"32": "img\/logo32.png",
"48": "img\/logo48.png",
"128": "img\/logo128.png"
},
"default_popup": "popup.html",
"icons": {
"16": "img\/logo16.png",
"32": "img\/logo32.png",
"48": "img\/logo48.png",
"128": "img\/logo128.png"
}
}
} | |