QRLink
Generate QR code for any page to allow link sharing from browser to other devices.
O que é QRLink?
QRLink é uma extensão do Chrome desenvolvida por Rafik Tighilt, e sua principal característica é "Generate QR code for any page to allow link sharing from browser to other devices.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão QRLink
Baixe arquivos de extensão QRLink 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
QRL (for QR link) allows you to quickly share links between your browser window and your devices (mobile, tablets etc...). Just click on the extension button and scan the QR code to open it on your phone.
Informações Básicas da Extensão
Nome | QRLink |
ID | lehfdkbjieiagnjphoijdnmoknhegigg |
URL Oficial | https://chromewebstore.google.com/detail/qrlink/lehfdkbjieiagnjphoijdnmoknhegigg |
Descrição | Generate QR code for any page to allow link sharing from browser to other devices. |
Tamanho do Arquivo | 96.83 KB |
Contagem de Instalações | 52 |
Versão Atual | 1.0 |
Última Atualização | 2017-10-03 |
Data de Publicação | 2017-10-03 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Rafik Tighilt |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QRLink", "short_name": "QRL", "description": "Generate QR code for any page to allow link sharing from browser to other devices.", "version": "1.0", "author": "Rafik TIGHILT", "browser_action": { "default_icon": "icon32.png", "default_popup": "popup.html", "default_title": "Generate QRCode for this page" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |