Quran Player

Play the Quran directly in the browser

Co je Quran Player?

Quran Player je rozšíření Chrome vyvinuté sofwanhaddad, a jeho hlavní funkcí je „Play the Quran directly in the browser“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Quran Player

Stáhněte si soubory rozšíření Quran Player ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Quran Player Quran Player
ID bhjioncbieblaknjjgladehifnlhdjeb
Oficiální URL https://chromewebstore.google.com/detail/quran-player/bhjioncbieblaknjjgladehifnlhdjeb
Popis Play the Quran directly in the browser
Velikost souboru 224 KB
Počet instalací 2,419
Aktuální Verze 1.2
Poslední Aktualizace 2014-08-20
Datum Vydání 2014-08-19
Hodnocení 4.67/5 Celkem 67 Hodnocení
Vývojář sofwanhaddad
Typ Platby free
Podporované Jazyky 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"
    }
}