QR URL

Show current web URL as a QRCode so you may scan with your mobile device.

¿Qué es QR URL?

QR URL es una extensión de Chrome desarrollada por https://soynerdito.blogspot.com, y su función principal es "Show current web URL as a QRCode so you may scan with your mobile device.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión QR URL

Descarga archivos de extensión QR URL 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

                        Show a QR Code for the current URL on the active tab of the browser. Intended so you can scan the barcode with your mobile device and navigate to page without the need of chrome to phone or if you have a non chrome 2 phone compatible device.

Added Context Menu to create QRCode from free text selected from any web page

Added Context Menu to create EAN8 Barcode from free text selected from any web page. EAN8 Barcode is only numeric an accepts up to 8 characters if checksum digit is included. If selection is of 7 characters then checksum is calculated.                    

Información Básica de la Extensión

Nombre QR URL QR URL
ID nppbdeifhmhjlahlcplebmeklianffba
URL Oficial https://chromewebstore.google.com/detail/qr-url/nppbdeifhmhjlahlcplebmeklianffba
Descripción Show current web URL as a QRCode so you may scan with your mobile device.
Tamaño del Archivo 5.38 KB
Cantidad de Instalaciones 1,517
Versión Actual 3.0
Última Actualización 2014-04-01
Fecha de Publicación 2014-03-31
Calificación 4.29/5 Total de 17 Calificaciones
Desarrollador https://soynerdito.blogspot.com
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR URL",
    "version": "3.0",
    "description": "Show current web URL as a QRCode so you may scan with your mobile device.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/chart.apis.google.com\/",
        "tabs",
        "contextMenus"
    ],
    "background": {
        "default_icon": "icon.png",
        "persistent": false,
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "icon.png"
    },
    "manifest_version": 2
}