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”。
擴展截圖
下載Prayer Times擴展crx文件
下載Prayer Times擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | dchjcpaccnemnmhnnmkcpapjieaknljk |
| 官方網址 | 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'"
} | |