URL to QR code converter

This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.

¿Qué es URL to QR code converter?

URL to QR code converter es una extensión de Chrome desarrollada por https://sites.google.com/site/fujundu, y su función principal es "This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión URL to QR code converter

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

                        This extension converts the url of the page you are viewing into a QR code, so that you can scan it with your phone to share the url.

It can also convert text into QR code.                    

Información Básica de la Extensión

Nombre URL to QR code converter URL to QR code converter
ID cnbelooiikkmhknahgkckaikndlmlhfd
URL Oficial https://chromewebstore.google.com/detail/url-to-qr-code-converter/cnbelooiikkmhknahgkckaikndlmlhfd
Descripción This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.
Tamaño del Archivo 46.83 KB
Cantidad de Instalaciones 4,354
Versión Actual 0.4
Última Actualización 2017-02-22
Fecha de Publicación 2017-02-22
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador https://sites.google.com/site/fujundu
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/fjdu/URL-to-QR-code
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR code converter",
    "short_name": "URL to QR",
    "description": "This extension shows the QR code for the url of the current page or the text you input.  You can save the QR code as a png file.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "qrcode.js",
                "jquery.qrcode.js",
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}