Prayer Schedule
Prayer Schedule for Muslims
Prayer Schedule란 무엇입니까?
Prayer Schedule은(는) iBragimoff에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prayer Schedule for Muslims"입니다.
확장 프로그램 스크린샷
Prayer Schedule 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quick access to the prayer schedule from the browser 👉 Beautiful and pleasant design 👉 Automatically recognizes your location 👉 Shows a warning bar about the remaining time 👉 Adjusts the time format to suit your region 👉 There are no complicated settings, everything is simple ✍️ You can suggest new improvements by mail [email protected] or by leaving a review with your wishes
확장 프로그램 기본 정보
이름 | Prayer Schedule |
ID | jhnipmlpomflpekhnamaklehjakhjgnk |
공식 URL | https://chromewebstore.google.com/detail/prayer-schedule/jhnipmlpomflpekhnamaklehjakhjgnk |
설명 | Prayer Schedule for Muslims |
파일 크기 | 1.03 MB |
설치 횟수 | 101 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-01-28 |
출시 날짜 | 2022-02-24 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | iBragimoff |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/1Bragim0ff/Prayer-Schedule |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prayer Schedule", "description": "__MSG_appDescription__", "version": "1.0", "manifest_version": 3, "default_locale": "en", "permissions": [ "geolocation", "storage" ], "action": { "default_popup": "index.html", "default_icon": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" } }, "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" } } |