QRCode URL
Gere um QRCode a partir da URL atualmente aberta, para acessa-la rapidamente a partir de outros dispositivos.
What is QRCode URL?
QRCode URL is a Chrome extension developed by https://www.maiconschmitz.com.br, and its main feature is "Gere um QRCode a partir da URL atualmente aberta, para acessa-la rapidamente a partir de outros dispositivos.".
Download QRCode URL Extension CRX File
Download QRCode URL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Esta extensão lhe permite gerar um Código QR (QR Code) a partir da URL que se encontra atualmente aberta no navegador. Isto lhe permite acessar esta URL rapidamente a partir de outros dispositivos munidos de uma câmera e um aplicativo leitor de Códigos QR.
Extension Basic Information
Name | QRCode URL |
ID | bbljhlgmhdmdgjodpjhbkaocgcffjcch |
Official URL | https://chromewebstore.google.com/detail/qrcode-url/bbljhlgmhdmdgjodpjhbkaocgcffjcch |
Description | Gere um QRCode a partir da URL atualmente aberta, para acessa-la rapidamente a partir de outros dispositivos. |
File Size | 93.48 KB |
Installation Count | 109 |
Current Version | 0.0.0.2 |
Last Updated | 2017-03-30 |
Publish Date | 2017-03-30 |
Rating | 3.00/5 Total 3 Ratings |
Developer | https://www.maiconschmitz.com.br |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QRCode URL", "short_name": "QRCode URL", "version": "0.0.0.2", "description": "Gere um QRCode a partir da URL atualmente aberta, para acessa-la rapidamente a partir de outros dispositivos.", "permissions": [ "tabs" ], "manifest_version": 2, "browser_action": { "default_icon": "img\/icone019.png", "default_popup": "popup.html", "default_title": "Gerar QRCode!" }, "icons": { "19": "img\/icone019.png", "48": "img\/icone048.png", "128": "img\/icone128.png" } } |