Prayer Times

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

O que é Prayer Times?

Prayer Times é uma extensão do Chrome desenvolvida por https://www.solutionscollection.com, e sua principal característica é "Accurate prayer times calculations based on islamicfinder.org with many customizable features".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Prayer Times

Baixe arquivos de extensão Prayer Times no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Prayer Times Prayer Times
ID dchjcpaccnemnmhnnmkcpapjieaknljk
URL Oficial https://chromewebstore.google.com/detail/prayer-times/dchjcpaccnemnmhnnmkcpapjieaknljk
Descrição Accurate prayer times calculations based on islamicfinder.org with many customizable features
Tamanho do Arquivo 2.02 MB
Contagem de Instalações 6,685
Versão Atual 4.0.2
Última Atualização 2017-01-08
Data de Publicação 2017-01-08
Classificação 4.31/5 Total de 424 Avaliações
Desenvolvedor https://www.solutionscollection.com
Tipo de Pagamento free
URL da Página de Ajuda https://groups.google.com/forum/#!forum/solutionscollection-extensions
Idiomas Suportados 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'"
}