Prayer Schedule
Prayer Schedule for Muslims
什麼是Prayer Schedule?
Prayer Schedule是由iBragimoff開發的Chrome擴展程式,該擴展的主要功能是“Prayer Schedule for Muslims”。
擴展截圖
下載Prayer Schedule擴展crx文件
下載Prayer Schedule擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quick access to the prayer schedule from the browser
👉 Beautiful and pleasant design
👉 Automatically recognizes your location
👉 Shows a warning bar about the remaining time
👉 Adjusts the time format to suit your region
👉 There are no complicated settings, everything is simple
✍️ You can suggest new improvements by mail [email protected] or by leaving a review with your wishes 擴展基本資訊
| 名稱 | |
| ID | jhnipmlpomflpekhnamaklehjakhjgnk |
| 官方網址 | https://chromewebstore.google.com/detail/prayer-schedule/jhnipmlpomflpekhnamaklehjakhjgnk |
| 簡介 | Prayer Schedule for Muslims |
| 檔案大小 | 1.03 MB |
| 安裝次數 | 101 |
| 目前版本 | 1.0 |
| 更新時間 | 2023-01-28 |
| 上架時間 | 2022-02-24 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | iBragimoff |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/1Bragim0ff/Prayer-Schedule |
| 支援的語言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Prayer Schedule",
"description": "__MSG_appDescription__",
"version": "1.0",
"manifest_version": 3,
"default_locale": "en",
"permissions": [
"geolocation",
"storage"
],
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "logo16.png",
"32": "logo32.png",
"48": "logo48.png",
"128": "logo128.png"
}
},
"icons": {
"16": "logo16.png",
"32": "logo32.png",
"48": "logo48.png",
"128": "logo128.png"
}
} | |