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
扩展基本信息
名称 | Prayer Schedule |
ID | jhnipmlpomflpekhnamaklehjakhjgnk |
官方URL | 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" } } |