Quran Player

Play the Quran directly in the browser

Quran Player란 무엇입니까?

Quran Player은(는) sofwanhaddad에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play the Quran directly in the browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Quran Player 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Quran Player 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"
    }
}