Prayer Times
Easily access prayer times and see how much time is left until next prayers.
什么是Prayer Times?
Prayer Times是由agayevelcinn开发的Chrome扩展程序,该扩展的主要功能是“Easily access prayer times and see how much time is left until next prayers.”。
扩展截图
下载Prayer Times扩展crx文件
下载Prayer Times扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Showing praying times and also added Azerbaijan praying times.
扩展基本信息
名称 | Prayer Times |
ID | bdldcfbncdeknajlcbgacejmpahomjlf |
官方URL | https://chromewebstore.google.com/detail/prayer-times/bdldcfbncdeknajlcbgacejmpahomjlf |
简介 | Easily access prayer times and see how much time is left until next prayers. |
文件大小 | 442 KB |
安装次数 | 18 |
当前版本 | 2.0.0 |
更新时间 | 2023-03-28 |
上架时间 | 2022-11-14 |
评分 | 5.00/5 共1次评分 |
开发者 | agayevelcinn |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "images\/icons\/128.png" }, "default_popup": "index.html", "default_title": "__MSG_short_name__" }, "background": { "service_worker": "serviceWorker.js" }, "default_locale": "tr", "description": "__MSG_description__", "host_permissions": [ "https:\/\/prayer.azurewebsites.net\/*" ], "icons": { "128": "images\/icons\/128.png" }, "manifest_version": 3, "minimum_chrome_version": "88", "name": "__MSG_name__", "permissions": [ "storage", "notifications", "alarms" ], "short_name": "__MSG_short_name__", "version": "2.0.0" } |