Prayer Times

Prayer Times including all year timetable for any location in the world. Including prayer time notifications.

Prayer Timesคืออะไร?

Prayer Times เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mohamedmansour.com และคุณลักษณะหลักของมันคือ "Prayer Times including all year timetable for any location in the world. Including prayer time notifications."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prayer Times

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

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

                        A prayers timetable for all Muslims that uses geolocation features (Lat and Long) to get the exact current pray time. Prayer time athan calculations exist for both Shia and Sunni. You can customize which method to use in the options window. There is athan support as well, it will play custom athan sound when a prayer time is ready!

FOLLOW ME ON Twitter: https://twitter.com/mohamedmansour
SOURCE CODE: http://goo.gl/lc40 (GitHub)

The pray times are calculated in real time, it calculates it internally. It doesn't use an online service to get the prayer times, it works offline and algorithms are implemented natively.

Languages:
 - English
 - Arabic
 - French (Contributed by Taha)
 - Russian (Contributed by Dmitri)
 - Want more? Email me to help out!

Note: 
 - The reason for physical location permission is for Geolocation.

Features:
 - Notifies you before every prayer by popup notifications. Customizable.
 - Athan support, you can hear the athan playing before every prayer.
 - Countdown badge to know when the next prayer is. Customizable.
 - Does not use the internet for prayer times. The extension computes it.
 - View the whole month prayer timetable, and navigate between months.
 - You can customize the time formats either 24-hour format or 12-hour format.
 - You can change the prayers calculation method.
 - You can choose any time domain, from Imsak till Midinight.
 - You have an option to manually change your location or use HTML5 Geolocation.
 - Shows the Hijri date.
 - Translation support for multiple languages.

Currently, you can choose from the following calculation methods:
 - Leva Research Institute, Qom, Iran
 - Iran - Institute of Geophysics Tehran University
 - University of Islamic Sciences, Karachi
 - Islamic Society of North America (ISNA), USA
 - Muslim World League, Saudi Arabia  (MWL)
 - Umm al-Qura, Makkah, Saudi Arabia
 - Egyptian General Authority of Survey

Future:
 - Allow custom calculation methods to adjust timings.
 - Implement Athan support, which is configurable by the user.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Prayer Times Prayer Times
ID ndmbeogingkjkmmkoomnigifmpajmbkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prayer-times/ndmbeogingkjkmmkoomnigifmpajmbkc
คำอธิบาย Prayer Times including all year timetable for any location in the world. Including prayer time notifications.
ขนาดไฟล์ 187 KB
จำนวนการติดตั้ง 2,640
เวอร์ชันปัจจุบัน 3.1.3
อัปเดตครั้งล่าสุด 2019-04-07
วันที่เผยแพร่ 2019-04-07
คะแนน 4.36/5 รวมทั้งหมด 271 คะแนน
ผู้พัฒนา https://mohamedmansour.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://github.com/mohamedmansour/prayer-times-extension
URL หน้าช่วยเหลือ http://groups.google.com/group/mohamedmansour-extensions
URL หน้านโยบายความเป็นส่วนตัว https://mohamedmansour.com/extensions/privacy.html
ภาษาที่รองรับ en,fr,ru,fa,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/maps.google.com https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'",
    "web_accessible_resources": [
        "img\/icon16.png",
        "img\/icon24.png",
        "img\/icon32.png",
        "img\/icon48.png",
        "img\/icon128.png"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "img\/icon24.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "img\/icon16.png",
        "24": "img\/icon24.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "minimum_chrome_version": "6",
    "name": "Prayer Times",
    "short_name": "Prayer Times",
    "options_page": "options.html",
    "permissions": [
        "geolocation",
        "notifications"
    ],
    "version": "3.1.3"
}