Quran Player
Play the Quran directly in the browser
什麼是Quran Player?
Quran Player是由sofwanhaddad開發的Chrome擴展程式,該擴展的主要功能是“Play the Quran directly in the browser”。
擴展截圖
下載Quran Player擴展crx文件
下載Quran Player擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Listen to the Quran from multiple reciters directly inside your browser! No downloads necessary.
Known issues:
Scrubbing does not work or slow with part of audio that has not been downloaded.
Some surah from certain reciters may not be available.
Are you a developer and want to contribute?
The code for this extension is available at: https://github.com/sysofwan/Quran-Player 擴展基本資訊
| 名稱 | |
| ID | bhjioncbieblaknjjgladehifnlhdjeb |
| 官方網址 | https://chromewebstore.google.com/detail/quran-player/bhjioncbieblaknjjgladehifnlhdjeb |
| 簡介 | Play the Quran directly in the browser |
| 檔案大小 | 224 KB |
| 安裝次數 | 2,419 |
| 目前版本 | 1.2 |
| 更新時間 | 2014-08-20 |
| 上架時間 | 2014-08-19 |
| 評分 | 4.67/5 共 67 次評分 |
| 開發者 | sofwanhaddad |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Quran Player",
"description": "Play the Quran directly in the browser",
"version": "1.2",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"http:\/\/download.quranicaudio.com\/"
],
"background": {
"scripts": [
"\/libs\/store.min.js",
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "player.html"
}
} | |