Quran Player
Play the Quran directly in the browser
Vad är Quran Player?
Quran Player är en Chrome-tillägg utvecklad av sofwanhaddad, och dess huvudfunktion är "Play the Quran directly in the browser".
Tilläggsskärmbilder
Ladda ner Quran Player-förlängningens CRX-fil
Ladda ner Quran Player-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | bhjioncbieblaknjjgladehifnlhdjeb |
| Officiell webbadress | https://chromewebstore.google.com/detail/quran-player/bhjioncbieblaknjjgladehifnlhdjeb |
| Beskrivning | Play the Quran directly in the browser |
| Filstorlek | 224 KB |
| Antal Installationer | 2,419 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2014-08-20 |
| Publiceringsdatum | 2014-08-19 |
| Betyg | 4.67/5 Totalt 67 Betyg |
| Utvecklare | sofwanhaddad |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |