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 |
官方網址 | 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" ] } |