QR Code Generator

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

Co to jest QR Code Generator?

QR Code Generator to rozszerzenie Chrome opracowane przez limepix, a jego główną funkcją jest „The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia QR Code Generator

Pobierz pliki rozszerzeń QR Code Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa QR Code Generator QR Code Generator
ID bgljigeecopfljpcfbihbgdbmmhigmip
Oficjalny URL https://chrome.google.com/webstore/detail/qr-code-generator/bgljigeecopfljpcfbihbgdbmmhigmip
Opis The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.
Rozmiar pliku 411 KB
Liczba instalacji 255
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2014-07-16
Data Publikacji 2014-07-16
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper limepix
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}