Ayat Al Quran
Quran ayat with translation and notifications
O que é Ayat Al Quran?
Ayat Al Quran é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Quran ayat with translation and notifications".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ayat Al Quran
Baixe arquivos de extensão Ayat Al Quran 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
Read Quran with translation ayat by ayat at your own pace. Add Ayat notification reminders per convenience.
Informações Básicas da Extensão
Nome | Ayat Al Quran |
ID | phpchoonngafcpakpkddaddfcfokoljg |
URL Oficial | https://chromewebstore.google.com/detail/ayat-al-quran/phpchoonngafcpakpkddaddfcfokoljg |
Descrição | Quran ayat with translation and notifications |
Tamanho do Arquivo | 43.18 KB |
Contagem de Instalações | 1,046 |
Versão Atual | 1.0.0 |
Última Atualização | 2018-06-07 |
Data de Publicação | 2018-06-07 |
Classificação | 5.00/5 Total de 10 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |