Quran Copy
Find and optionally copy verses of the Quran to the clipboard
O que é Quran Copy?
Quran Copy é uma extensão do Chrome desenvolvida por https://www.lightofthefurqan.com, e sua principal característica é "Find and optionally copy verses of the Quran to the clipboard".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quran Copy
Baixe arquivos de extensão Quran Copy 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
An extension to quickly access verses within the Quran. The extension can retrieve either just the Arabic text of the verses or, additionally, the English translation. There are multiple English translations to choose from. Retrieved verses can be copied using the copy button.
Informações Básicas da Extensão
Nome | Quran Copy |
ID | pacmiojfcmnfpnhenecnjhehoffmeopl |
URL Oficial | https://chromewebstore.google.com/detail/quran-copy/pacmiojfcmnfpnhenecnjhehoffmeopl |
Descrição | Find and optionally copy verses of the Quran to the clipboard |
Tamanho do Arquivo | 2.05 MB |
Contagem de Instalações | 423 |
Versão Atual | 1.0 |
Última Atualização | 2018-07-04 |
Data de Publicação | 2018-07-04 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.lightofthefurqan.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quran Copy", "version": "1.0", "description": "Find and optionally copy verses of the Quran to the clipboard", "background": { "scripts": [ "thirdParty\/jquery-3.3.1.min.js", "eventPage.js" ], "persistent": false }, "browser_action": { "default_title": "Quran Insert", "default_popup": "popup.html", "default_icon": { "128": "icons\/icon128C.png", "48": "icons\/icon48C.png", "32": "icons\/icon32C.png", "16": "icons\/icon16C.png" } }, "web_accessible_resources": [ "data\/quran-simple.txt", "data\/en.qarai.xml", "data\/en.sahih.xml", "data\/en.transliteration.xml" ], "permissions": [ "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/", "storage" ], "icons": { "128": "icons\/icon128C.png", "48": "icons\/icon48C.png", "32": "icons\/icon32C.png", "16": "icons\/icon16C.png" }, "manifest_version": 2 } |