The Pray Time

Prayers timetable to get the exact current pray time!

The Pray Timeคืออะไร?

The Pray Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thepraytime.xyz และคุณลักษณะหลักของมันคือ "Prayers timetable to get the exact current pray time!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Pray Time

ดาวน์โหลดไฟล์ส่วนขยาย The Pray Time ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
        ]
    }
}