QR Code Generator

The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.

Cos'è QR Code Generator?

QR Code Generator è un'estensione di Chrome sviluppata da limepix, e la sua funzione principale è "The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione QR Code Generator

Scarica i file di estensione QR Code Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The QR Code Generator is a simple and easy to use Chrome Extension, that gives you the possibilities to create different types of QR Codes as PNG images. 

The currently available types are:

* Text
* URL
* SMS
* Phone / Dial
* Email
* Geolocation
* WiFi Network Identification
* Contact

Have fun :)                    

Informazioni di Base sull'Estensione

Nome QR Code Generator QR Code Generator
ID bgljigeecopfljpcfbihbgdbmmhigmip
URL Ufficiale https://chrome.google.com/webstore/detail/qr-code-generator/bgljigeecopfljpcfbihbgdbmmhigmip
Descrizione The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.
Dimensione del File 411 KB
Conteggio Installazioni 255
Versione Corrente 1.2
Ultimo Aggiornamento 2014-07-16
Data di Pubblicazione 2014-07-16
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore limepix
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Generator",
    "short_name": "QRcodegen",
    "description": "The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.",
    "version": "1.2",
    "permissions": [
        "http:\/\/devshots.org\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo_19.png",
            "38": "images\/logo_38.png",
            "48": "images\/logo_48.png"
        },
        "default_title": "Generate a QR code",
        "default_popup": "html\/popup.html"
    }
}