QR Code Generator

Generates QR Code of the open tab

Cos'è QR Code Generator?

QR Code Generator è un'estensione di Chrome sviluppata da https://www.tebaide.it, e la sua funzione principale è "Generates QR Code of the open tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione QR Code Generator

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

                        Generates QR Code of the open tab and allows you to take the URL easily.

QR Code is compatible with all barcode reader for Android and iPhone                    

Informazioni di Base sull'Estensione

Nome QR Code Generator QR Code Generator
ID afcbogfpjabfpakdggggehomjlkofofc
URL Ufficiale https://chromewebstore.google.com/detail/qr-code-generator/afcbogfpjabfpakdggggehomjlkofofc
Descrizione Generates QR Code of the open tab
Dimensione del File 84.83 KB
Conteggio Installazioni 661
Versione Corrente 1.0.4
Ultimo Aggiornamento 2013-06-25
Data di Pubblicazione 2013-06-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://www.tebaide.it
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "description": "Generates QR Code of the open tab",
    "browser_action": {
        "default_title": "QR Code Generator",
        "default_icon": "images\/icon_128.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "24": "images\/icon_24.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "QR Code Generator",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "clipboardWrite"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4"
}