Salaat - Prayer Times
A simple app that displays daily prayer times for a selected your city and country.
什么是Salaat - Prayer Times?
Salaat - Prayer Times是由Yeti7554开发的Chrome扩展程序,该扩展的主要功能是“A simple app that displays daily prayer times for a selected your city and country.”。
扩展截图
下载Salaat - Prayer Times扩展crx文件
下载Salaat - Prayer Times扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple extension that displays daily prayer times for your city and country. Lets stay on top of our Salaat! Features: - Auto location detection - Location based Salaat times - Selectable prayer calculation method Please give leave us a review and email us any suggestions you have and we would be happy to help. You can donate to support development on this chrome extension. We do not store your location or device information and our source code is available if you would like to ensure that we are using your data ethically. Contact form: https://forms.gle/2ME4Aq1DxfaecRda6
扩展基本信息
名称 | Salaat - Prayer Times |
ID | abdmibnfefhnpmcjbekbdlmhfhajfdkb |
官方URL | https://chromewebstore.google.com/detail/salaat-prayer-times/abdmibnfefhnpmcjbekbdlmhfhajfdkb |
简介 | A simple app that displays daily prayer times for a selected your city and country. |
文件大小 | 105 KB |
安装次数 | 30 |
当前版本 | 0.6.1 |
更新时间 | 2023-05-14 |
上架时间 | 2023-04-28 |
评分 | 5.00/5 共1次评分 |
开发者 | Yeti7554 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Salaat - Prayer Times", "version": "0.6.1", "description": "A simple app that displays daily prayer times for a selected your city and country.", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "action": { "default_icon": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "default_popup": "index.html" }, "host_permissions": [ "https:\/\/geocode.xyz\/*", "https:\/\/api.aladhan.com\/v1\/timingsByCity" ], "permissions": [ "geolocation" ] } |