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 |
公式URL | 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 |
Eメール | [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" } } |