Quran Player
Play the Quran directly in the browser
Что такое Quran Player?
Quran Player - это расширение Chrome, разработанное sofwanhaddad, и его основная функция - "Play the Quran directly in the browser".
Снимки экрана расширения
Скачать файл CRX расширения Quran Player
Скачайте файлы расширений 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
Основная информация о расширении
Название | 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" } } |