Prayer-Time
When extension is open it launch and display prayer time
什么是Prayer-Time?
Prayer-Time是由Khalid开发的Chrome扩展程序,该扩展的主要功能是“When extension is open it launch and display prayer time”。
扩展截图
下载Prayer-Time扩展crx文件
下载Prayer-Time扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Prayer Time Extension is a useful tool for Muslims around the world who want to keep track of their daily prayer times. Whether you are traveling for work or just want to stay on top of your religious practices, this extension is perfect for you. Simply choose your country and the extension will automatically display the correct times for Fajr, Dhuhr, Asr, Maghrib, and Isha prayers. This extension is an essential tool for Muslims who want to stay connected to their faith and make sure they are never missing a prayer. With the Prayer Time Extension, you can be sure that you are always on time for your daily prayers no matter where you are.
扩展基本信息
名称 | Prayer-Time |
ID | nodeckfkokabkobgapjinclfafjoekok |
官方URL | https://chromewebstore.google.com/detail/prayer-time/nodeckfkokabkobgapjinclfafjoekok |
简介 | When extension is open it launch and display prayer time |
文件大小 | 750 KB |
安装次数 | 24 |
当前版本 | 1.0.1 |
更新时间 | 2023-01-05 |
上架时间 | 2022-12-26 |
开发者 | Khalid |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Prayer-Time", "version": "1.0.1", "description": "When extension is open it launch and display prayer time", "icons": { "128": ".\/assets\/prayer-time-icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "geolocation" ], "action": { "default_icon": ".\/assets\/prayer-time-icon-128.png", "default_popup": "popup.html" } } |