QR Code Generator

Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.

¿Qué es QR Code Generator?

QR Code Generator es una extensión de Chrome desarrollada por https://www.hitslink.com, y su función principal es "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión QR Code Generator

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

                        The easiest way to get QR codes from URLs (also free text and phone numbers).

Read the QR code generated with a smartphone or other device to automatically navigate to the URL or call the number.

To read the QR code, use a QR code reader app.  They are widely available on Android, IOS and most other platforms.

A QR code (abbreviated from Quick Response Code) is the trademark for a type of matrix barcode (or two-dimensional bar code).  The code consists of black modules (square dots) arranged in a square grid on a white background. The information encoded may be made up of four standardized types ("modes") of data (numeric, alphanumeric, byte / binary, Kanji) or, through supported extensions, virtually any type of data.                    

Información Básica de la Extensión

Nombre QR Code Generator QR Code Generator
ID debbcngjakfaeecpdlfpoobcknkljiod
URL Oficial https://chromewebstore.google.com/detail/qr-code-generator/debbcngjakfaeecpdlfpoobcknkljiod
Descripción Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.
Tamaño del Archivo 84.42 KB
Cantidad de Instalaciones 353
Versión Actual 1.1
Última Actualización 2013-03-07
Fecha de Publicación 2013-03-07
Calificación 3.67/5 Total de 6 Calificaciones
Desarrollador https://www.hitslink.com
Tipo de Pago free
Sitio Web de la Extensión http://www.hitslink.com
Idiomas Soportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.",
    "minimum_chrome_version": "17.0",
    "name": "QR Code Generator",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}