Easy QR-Code Generator

Make QR Codes from the Current Tab or specified URL.

Cos'è Easy QR-Code Generator?

Easy QR-Code Generator è un'estensione di Chrome sviluppata da Benjamin Klein, e la sua funzione principale è "Make QR Codes from the Current Tab or specified URL.".

Scarica il file CRX dell'estensione Easy QR-Code Generator

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

                        Easy SVG QR-Code Generator

With this extension you quickly and easily create a QR code.
Enter a URL or Text on your own or use the url from the current tab. 
Download the QR-Code directly to your file system.

Save as SVG
Save as PNG

- No Extra Page loading.
- No Ads.                    

Informazioni di Base sull'Estensione

Nome Easy QR-Code Generator Easy QR-Code Generator
ID fjoekbgbgapgnppnlanicmnlfpfgbelo
URL Ufficiale https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo
Descrizione Make QR Codes from the Current Tab or specified URL.
Dimensione del File 108 KB
Conteggio Installazioni 117
Versione Corrente 1.0.2
Ultimo Aggiornamento 2014-04-28
Data di Pubblicazione 2014-04-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Benjamin Klein
Tipo di Pagamento free
URL della Pagina di Aiuto http://touchdata.net
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy QR-Code Generator",
    "description": "Make QR Codes from the Current Tab or specified URL.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "request.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "downloads"
    ],
    "offline_enabled": false,
    "short_name": "QR-Code Gen"
}