Quran Player
Play the Quran directly in the browser
O que é Quran Player?
Quran Player é uma extensão do Chrome desenvolvida por sofwanhaddad, e sua principal característica é "Play the Quran directly in the browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quran Player
Baixe arquivos de extensão Quran Player no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Quran Player |
ID | bhjioncbieblaknjjgladehifnlhdjeb |
URL Oficial | https://chromewebstore.google.com/detail/quran-player/bhjioncbieblaknjjgladehifnlhdjeb |
Descrição | Play the Quran directly in the browser |
Tamanho do Arquivo | 224 KB |
Contagem de Instalações | 2,419 |
Versão Atual | 1.2 |
Última Atualização | 2014-08-20 |
Data de Publicação | 2014-08-19 |
Classificação | 4.67/5 Total de 67 Avaliações |
Desenvolvedor | sofwanhaddad |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |