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"
}
} | |