The Pray Time

Prayers timetable to get the exact current pray time!

The Pray Time란 무엇입니까?

The Pray Time은(는) https://thepraytime.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prayers timetable to get the exact current pray time!"입니다.

확장 프로그램 스크린샷

screenshot

The Pray Time 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Five Muslim Daily Prayers Scheduler:
choose country, city and calculation method, to get the exact pray-time wherever you are!
With "The Pray Time" extension, your newtab is going to be an amazing prayers timetable, with the possibility to set the reminder 5-10-20 or 30 minutes before your next pray (you can even disable the reminder if you don't need it).
Take your time, focus on your job and daily activities, our reminder will help you to never lose or posticipate a pray-time again!

In the settings you can choose between the following calculation methods:
- ISNA
- Muslim World League
- Umm al-Qura
- Moonsighting Committee
- Dubai
- Egyptian
- Karachi
- Kuwait
- Qatar
- Singapore
- Tehran
- Turkey

Then, choose country and city, so you'll get the exact pray time for:
- Fajir
- Zuhr
- Asr
- Maghrib
- Isha


Cherry on the cake, every newtab background is going to be an incredibie hd-pic of a Mosque from Pexels photos collection.

- The Pray Time is a free Chrome extension
- The  default search in your newtab will be changed to Bing
- Ext Settings in the top-right corner of the newtab

To learn more or uninstall the extension: 
Privacy Policy: https://thepraytime.xyz/privacy
EULA: https://thepraytime.xyz/eula                    

확장 프로그램 기본 정보

이름 The Pray Time The Pray Time
ID pldmnggmhempnagbdibopankcfnhamca
공식 URL https://chromewebstore.google.com/detail/the-pray-time/pldmnggmhempnagbdibopankcfnhamca
설명 Prayers timetable to get the exact current pray time!
파일 크기 11.7 KB
설치 횟수 148
현재 버전 1
최근 업데이트 2021-06-10
출시 날짜 2021-06-10
평점 4.00/5 총 2 개의 평점
개발자 https://thepraytime.xyz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://thepraytime.xyz/
개인정보 보호 정책 페이지 URL https://thepraytime.xyz/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/cmnConstant.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Prayers timetable to get the exact current pray time!",
    "icons": {
        "128": "icons\/128.png"
    },
    "manifest_version": 2,
    "name": "The Pray Time",
    "permissions": [
        "storage"
    ],
    "version": "1",
    "externally_connectable": {
        "matches": [
            "https:\/\/thepraytime.xyz\/*"
        ]
    }
}