QR Code Generator

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

Wat is QR Code Generator?

QR Code Generator is een Chrome-extensie ontwikkeld door limepix, en de belangrijkste functie is "The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie QR Code Generator

Download QR Code Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 :)                    

Basisinformatie over de Extensie

Naam QR Code Generator QR Code Generator
ID bgljigeecopfljpcfbihbgdbmmhigmip
Officiële URL https://chrome.google.com/webstore/detail/qr-code-generator/bgljigeecopfljpcfbihbgdbmmhigmip
Beschrijving The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.
Bestandsgrootte 411 KB
Aantal Installaties 255
Huidige Versie 1.2
Laatst Bijgewerkt 2014-07-16
Publicatiedatum 2014-07-16
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar limepix
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}