QR it!
This extension shows the QR code of the current URL address.
¿Qué es QR it!?
QR it! es una extensión de Chrome desarrollada por https://malva.altervista.org, y su función principal es "This extension shows the QR code of the current URL address.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión QR it!
Descarga archivos de extensión QR it! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
QR it! is a simple and cute qrcode generator. This extension converts the actual URL in the adress bar, in a smartphone or table readable qr code. Tired of typing long adresses on that tiny phone keyboard of yours? Of emailing yourself links? QR it! is for you.
Información Básica de la Extensión
Nombre | QR it! |
ID | cbbanapabopdclniplcfanpepneilmfj |
URL Oficial | https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj |
Descripción | This extension shows the QR code of the current URL address. |
Tamaño del Archivo | 57.31 KB |
Cantidad de Instalaciones | 29 |
Versión Actual | 1.1 |
Última Actualización | 2019-04-13 |
Fecha de Publicación | 2019-04-13 |
Desarrollador | https://malva.altervista.org |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR it!", "description": "This extension shows the QR code of the current URL address.", "version": "1.1", "options_page": "options\/options.html", "icons": { "19": "images\/qrcode19.png", "38": "images\/qrcode38.png", "48": "images\/qrcode48.png", "128": "images\/qrcode128.png" }, "browser_action": { "default_icon": "images\/qrcode.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/" ], "js": [ "js\/jquery.min.js", "js\/jquery.qrcode.min.js", "popup.js", "options\/options.js" ] } ] } |