Ayat Al Quran
Quran ayat with translation and notifications
Что такое Ayat Al Quran?
Ayat Al Quran - это расширение Chrome, разработанное Unknown, и его основная функция - "Quran ayat with translation and notifications".
Снимки экрана расширения
Скачать файл CRX расширения Ayat Al Quran
Скачайте файлы расширений Ayat Al Quran в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Read Quran with translation ayat by ayat at your own pace. Add Ayat notification reminders per convenience.
Основная информация о расширении
Название | Ayat Al Quran |
ID | phpchoonngafcpakpkddaddfcfokoljg |
Официальный URL | https://chromewebstore.google.com/detail/ayat-al-quran/phpchoonngafcpakpkddaddfcfokoljg |
Описание | Quran ayat with translation and notifications |
Размер файла | 43.18 KB |
Количество установок | 1,046 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2018-06-07 |
Дата публикации | 2018-06-07 |
Рейтинг | 5.00/5 Всего 10 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ayat Al Quran", "short_name": "Ayat-Al-Quran with Translation", "description": "Quran ayat with translation and notifications", "version": "1.0.0", "browser_action": { "default_icon": "ja_rocket_48.png", "default_popup": "popup.html" }, "icons": { "16": "ja_rocket_16.png", "48": "ja_rocket_48.png", "128": "ja_rocket_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js" ], "scripts": [ "popup.js" ], "css": [ "css\/style.css" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "storage", "https:\/\/api.alquran.cloud\/ayah\/*\/*", "notifications", "alarms" ] } |