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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
السلام عليكم. 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 |
이메일 | [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" } } |