Salat First
Salat First Chrome Extension
Salat First란 무엇입니까?
Salat First은(는) AdibMed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Salat First Chrome Extension"입니다.
확장 프로그램 스크린샷
Salat First 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Salat First - الصلاة أولا is a powerful and user-friendly Chrome extension designed to help Muslims all around the world stay connected to their faith and never miss a prayer. With its accurate and reliable prayer times calculator, the extension provides real-time notifications for the five daily prayers, as well as optional reminders for the Friday prayer. Salat First - الصلاة أولا offers customizable settings that allow users to adjust prayer times based on their location, preferred calculation method, and juristic method. Users can also choose from a variety of different adhan sounds and adjust the volume of the notifications to their liking. The extension also features a beautiful and intuitive interface that displays prayer times in a clear and easy-to-read format. Users can view prayer times for the current day, as well as the entire week, and the extension automatically updates the prayer times based on the user's location. Salat First - الصلاة أولا is an essential tool for any Muslim who wants to stay connected to their faith and maintain their daily prayer routine. With its accurate calculations, customizable settings, and beautiful interface, this extension is the perfect companion for anyone who wants to prioritize their faith and put prayer first in their daily life.
확장 프로그램 기본 정보
이름 | Salat First |
ID | ajanfdnbhgcngmfgljpojkgephadplig |
공식 URL | https://chromewebstore.google.com/detail/salat-first/ajanfdnbhgcngmfgljpojkgephadplig |
설명 | Salat First Chrome Extension |
파일 크기 | 2.68 MB |
설치 횟수 | 190 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2023-04-12 |
출시 날짜 | 2023-04-11 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | AdibMed |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Salat First", "description": "Salat First Chrome Extension", "version": "0.0.1", "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.habous.gov.ma\/*" ], "action": { "default_popup": "src\/popup\/index.html", "default_title": "Salat First", "default_icon": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "options_page": "src\/options\/index.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_security_policy": { "extension_page": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" } } |