Prayer-Time
When extension is open it launch and display prayer time
Prayer-Time란 무엇입니까?
Prayer-Time은(는) Khalid에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When extension is open it launch and display prayer time"입니다.
확장 프로그램 스크린샷
Prayer-Time 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Prayer Time Extension is a useful tool for Muslims around the world who want to keep track of their daily prayer times. Whether you are traveling for work or just want to stay on top of your religious practices, this extension is perfect for you. Simply choose your country and the extension will automatically display the correct times for Fajr, Dhuhr, Asr, Maghrib, and Isha prayers. This extension is an essential tool for Muslims who want to stay connected to their faith and make sure they are never missing a prayer. With the Prayer Time Extension, you can be sure that you are always on time for your daily prayers no matter where you are.
확장 프로그램 기본 정보
이름 | Prayer-Time |
ID | nodeckfkokabkobgapjinclfafjoekok |
공식 URL | https://chromewebstore.google.com/detail/prayer-time/nodeckfkokabkobgapjinclfafjoekok |
설명 | When extension is open it launch and display prayer time |
파일 크기 | 750 KB |
설치 횟수 | 24 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-01-05 |
출시 날짜 | 2022-12-26 |
개발자 | Khalid |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Prayer-Time", "version": "1.0.1", "description": "When extension is open it launch and display prayer time", "icons": { "128": ".\/assets\/prayer-time-icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "geolocation" ], "action": { "default_icon": ".\/assets\/prayer-time-icon-128.png", "default_popup": "popup.html" } } |