Quran Annotate
Save vocabulary to memorize while reading the Quran.
O que é Quran Annotate?
Quran Annotate é uma extensão do Chrome desenvolvida por quranannotate, e sua principal característica é "Save vocabulary to memorize while reading the Quran.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quran Annotate
Baixe arquivos de extensão Quran Annotate 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
Use this extension to save vocabulary while you are reading the Quran online. It currently works with https://quranwbw.com for and https://equranlibrary.com. You can view your saved vocabulary list on the extension page.
Informações Básicas da Extensão
Nome | Quran Annotate |
ID | glecejlnidccgagdfdjpboknhmfalhhh |
URL Oficial | https://chromewebstore.google.com/detail/quran-annotate/glecejlnidccgagdfdjpboknhmfalhhh |
Descrição | Save vocabulary to memorize while reading the Quran. |
Tamanho do Arquivo | 1.43 MB |
Contagem de Instalações | 24 |
Versão Atual | 0.0.0.3 |
Última Atualização | 2019-09-15 |
Data de Publicação | 2019-09-14 |
Desenvolvedor | quranannotate |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quran Annotate", "version": "0.0.0.3", "manifest_version": 2, "description": "Save vocabulary to memorize while reading the Quran.", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/32.png", "128": "icon\/128.png" }, "permissions": [ "storage", "downloads" ], "background": { "page": "background.html", "persistent": false }, "browser_action": { "title": "See your vocabulary" }, "content_scripts": [ { "matches": [ "*:\/\/*.quranwbw.com\/*" ], "js": [ "quranwbw.js" ] }, { "matches": [ "*:\/\/*.equranlibrary.com\/*" ], "js": [ "equranlibrary.js" ] } ] } |