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 |
| 官方URL | 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"
}
} | |