Prayer Times

Accurate prayer times calculations based on islamicfinder.org with many customizable features

Prayer Times란 무엇입니까?

Prayer Times은(는) https://www.solutionscollection.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Accurate prayer times calculations based on islamicfinder.org with many customizable features"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Prayer Times 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Features:

- Ability to see how much time left to the next Prayer on the extension icon and as a tooltip when mouse pointer hover over the extension icon
- Multilingual support for display and settings page, currently English and Arabic
- Different calculation methods based on islamicfinder.org with ability to adjust individual prayer times if needed
- Working offline, and update prayer times as soon as it connects to the Internet
- Call out Athan in 50+ different voices. Please send us a sound file if you want to be included in the extension
- Ability to control the Athan's volume and to play/stop the Athan from the extension popup screen
- Ability to set timed notifications before and after Azan
- Options to show time left to sunrise and midnight time
- Ability to do prayer times adjustments for added customization if non of the predefined options work
- Displaying location, time and date (Regular and Hijri)
- Ability to set basic settings directly on the popup screen
- Ability to display time in 24h format
- Ability to view the whole month prayer times for all months in the year
- Easy access to the settings and monthly prayer times pages from the popup screen for your convenience

Release updates:
================

Release 3.0.0 - 3.0.1:
- The hosting service for the extension has changed to a different server, in case the extension stopped working, please reinstall it

Release 2.4.1 - 2.4.2:
- Fixed bugs in service calls

Release 2.4.0:
- Added Mansour Al-Salmi Athan (Thanks to Qusai Bashir for the suggestion)

Release 2.3.0:
- The hosting service for the extension has changed to a different server, in case the extension stopped working, please reinstall it

Release 2.2.0:
- Added Abdelrahman Al-Hindi Athan from Dubai (Thanks to Asma Tahir for the suggestion)
- Added few enhancements to the extension

Release 2.1.3:
- Minor bugs fixes when updating the extension

Release 2.1.2:
- Fixed am/pm time format

Release 2.1.1:
- Fixed daylight saving issue

Release 2.1.0:
- Added new Azan sound
- Added versions screen reachable by clicking the version number on the popup window

Release  2.0.3 & 2.0.4:
- Fixed minor bugs

Release 2.0.2:
- Fixed notification sound volume

Release 2.0.1:
- Fixed few bugs in popup window

Release 2.0.0:
- Major redesign of the extension
- Added feature to show time left to sunrise and midnight time
(Thanks to Ahmed Ragab for his comments)

Release 1.7.1:
- Fixed few bugs
- Added feature to display time in 24h format

Release 1.7.0:
- Added feature to allow making prayer time adjustments by an offset of number of minutes
(Thanks to Muhammad bin Yusrat for his comments)
- Showing am and pm to the prayer time in the popup window
(Thanks to Mohammed Shehadeh for his comments)

Release 1.6.3:
- Few bug fixes as a result of the latest chrome browser update

Release 1.6.1 & 1.6.2:
- Added feature to set timed notifications before and after Athan
(Thanks to Muhammad bin Yusrat for his comments)

Release 1.6.0:
- Included basic settings in the popup screen for easy setup of the extension on install (Thanks to Islam Ahmad for his comments)

Release 1.5.2:
- Few enhancements to settings screen

Release 1.5.1:
- Minor bug fixes in options and popup screens

Release 1.5.0:
- Added additional Athan voices and more UI improvements (Thanks to Islam Ahmad again! for his valuable input)

Release 1.4.0:
- Added volume control (Thanks to Ariadna Troncoso for pointing this out)
- Added UI improvements (Thanks to Islam Ahmad & sensiblecocoa for pointing this out)

Release 1.3.0:
- Added Hanafi calculation method for Asr Salah
- Added minute adjustments capability to Dhuhr and Maghrib (Thanks to Kamran Qasim for pointing this out)

Release 1.2.0:
- No Internet connection is needed now to call out Athan
- Added notification feature before Athan (Thanks to Mudassir Hameed & Sameh Elkhadem for pointing this out)

Release 1.1.4:
- Fixed prayer times update issue

Release 1.1.3:
- Reduce frequency of prayer times updates
- Fixed options and monthly prayer times pages language issues

Release  1.1.1 & 1.1.2:
- Fixed prayer times update issue

Release 1.1.0:
- Added monthly prayer times page

Release 1.0.0:
- Initial release

Please submit any bugs or issues to:
https://groups.google.com/forum/#!forum/solutionscollection-extensions                    

확장 프로그램 기본 정보

이름 Prayer Times Prayer Times
ID dchjcpaccnemnmhnnmkcpapjieaknljk
공식 URL https://chromewebstore.google.com/detail/prayer-times/dchjcpaccnemnmhnnmkcpapjieaknljk
설명 Accurate prayer times calculations based on islamicfinder.org with many customizable features
파일 크기 2.02 MB
설치 횟수 6,685
현재 버전 4.0.2
최근 업데이트 2017-01-08
출시 날짜 2017-01-08
평점 4.31/5 총 424 개의 평점
개발자 https://www.solutionscollection.com
결제 유형 free
도움말 페이지 URL https://groups.google.com/forum/#!forum/solutionscollection-extensions
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prayer Times",
    "options_page": "options.html",
    "version": "4.0.2",
    "manifest_version": 2,
    "description": "Accurate prayer times calculations based on islamicfinder.org with many customizable features",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "bell.png"
    ],
    "permissions": [
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}