Smart QRCode

Smart QRCode

Cos'è Smart QRCode?

Smart QRCode è un'estensione di Chrome sviluppata da ethan, e la sua funzione principale è "Smart QRCode".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Smart QRCode

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

                        Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click.  

Additional options:
* Five different QR code dimensions are supported,  currently 220px,  380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference.
* You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)                    

Informazioni di Base sull'Estensione

Nome Smart QRCode Smart QRCode
ID bpneiabdnfmenainoficenddegfhgedo
URL Ufficiale https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo
Descrizione Smart QRCode
Dimensione del File 25.63 KB
Conteggio Installazioni 125
Versione Corrente 1.0
Ultimo Aggiornamento 2016-12-03
Data di Pubblicazione 2016-12-02
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore ethan
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart QRCode",
    "description": "Smart QRCode",
    "version": "1.0",
    "author": "Ethan",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}