QR Code for URL
This extension shows QR code for the current URL
O que é QR Code for URL?
QR Code for URL é uma extensão do Chrome desenvolvida por khandaa, e sua principal característica é "This extension shows QR code for the current URL".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão QR Code for URL
Baixe arquivos de extensão QR Code for URL 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
This extension creates a QR code for the current URL. It is useful to share links when you are browsing internet on a desktop/laptop and would like to share the link from a mobile phone (whatsapp/facebook etc). Anyone who wants to share links through the mobile, this will be an easy way to share the URL.
Informações Básicas da Extensão
Nome | |
ID | occafnjlngbhpeecondimabioglncpbd |
URL Oficial | https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd |
Descrição | This extension shows QR code for the current URL |
Tamanho do Arquivo | 5.48 KB |
Contagem de Instalações | 17 |
Versão Atual | 1.0 |
Última Atualização | 2017-06-16 |
Data de Publicação | 2017-06-16 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | khandaa |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code for URL", "description": "This extension shows QR code for the current URL", "version": "1.0", "browser_action": { "default_icon": "qr_copyurl.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/chart.googleapis.com\/chart" ] } |