Salah - Prayer Reminder
This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.
什麼是Salah - Prayer Reminder?
Salah - Prayer Reminder是由Salah - Extension開發的Chrome擴展程式,該擴展的主要功能是“This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.”。
擴展截圖
下載Salah - Prayer Reminder擴展crx文件
下載Salah - Prayer Reminder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
السلام عليكم. As-salamu alaykum I wrote a Chrome extension for Muslims who spend way too much time in front of their computer. This extension helps you to pray in time according to your location. If you want you can easily watch a live stream from Mekka. Or if you just want to read from the Quran, you can easily do that too. It would be great if you could support me and the development of this extension. Ma'a as-salama مع السلامة
擴展基本資訊
名稱 | Salah - Prayer Reminder |
ID | eglgbgmahngnflijjdhghhdbflgdceif |
官方網址 | https://chromewebstore.google.com/detail/salah-prayer-reminder/eglgbgmahngnflijjdhghhdbflgdceif |
簡介 | This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days. |
檔案大小 | 7 MB |
安裝次數 | 241 |
目前版本 | 1.3.8 |
更新時間 | 2024-02-01 |
上架時間 | 2023-05-16 |
評分 | 4.67/5 共 3 次評分 |
開發者 | Salah - Extension |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://www.buymeacoffee.com/salahPrayerReminder/membership |
隱私政策頁面URL | https://openai.com/policies/privacy-policy |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Salah - Prayer Reminder", "version": "1.3.8", "author": "Daniel Szakacs", "description": "This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.", "permissions": [ "storage", "alarms" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/32.png", "32": "assets\/32.png" } }, "icons": { "16": "assets\/32.png", "32": "assets\/32.png", "48": "assets\/32.png", "128": "assets\/32.png" }, "background": { "service_worker": "background.js" } } |