Free QR Code Generator

Fast and simple QR Code Generator

Cos'è Free QR Code Generator?

Free QR Code Generator è un'estensione di Chrome sviluppata da https://qr.vp43.ru, e la sua funzione principale è "Fast and simple QR Code Generator".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Free QR Code Generator

Scarica i file di estensione Free 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

                        Text link, phone numbers, now all you can encode with this extension! In a matter of seconds you can download, share with a friend qr code, take from your device and read the text from it.

Official page http://qr.vp43.ru/

0.5.0 version
New design! With Twitter Bootstrap!                    

Informazioni di Base sull'Estensione

Nome Free QR Code Generator Free QR Code Generator
ID ocnmfcnkkcpojobfhhpokjccbjbbmplb
URL Ufficiale https://chromewebstore.google.com/detail/free-qr-code-generator/ocnmfcnkkcpojobfhhpokjccbjbbmplb
Descrizione Fast and simple QR Code Generator
Dimensione del File 149 KB
Conteggio Installazioni 943
Versione Corrente 0.5.2
Ultimo Aggiornamento 2014-03-16
Data di Pubblicazione 2014-03-16
Valutazione 3.56/5 Totale 9 Valutazioni
Sviluppatore https://qr.vp43.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://qr.vp43.ru/
Lingue Supportate en,ru
manifest.json
{
    "browser_action": {
        "default_title": "QR Generator",
        "default_icon": "icon_19.png",
        "default_popup": "index.html"
    },
    "icons": {
        "19": "icon_128.png",
        "39": "icon_128.png",
        "48": "icon_128.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "17",
    "name": "Free QR Code Generator",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "version": "0.5.2",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}