QR Code Generator

This extension quickly generates a QR Code for url of the current tab.

Cos'è QR Code Generator?

QR Code Generator è un'estensione di Chrome sviluppata da https://webplusdevelopers.com, e la sua funzione principale è "This extension quickly generates a QR Code for url of the current 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

                        Quickly generate a QR Code for the URL of the current tab.

To generate the QR Code for the current web page, click the QR code icon at the right of the address bar. See screenshot.                    

Informazioni di Base sull'Estensione

Nome QR Code Generator QR Code Generator
ID kndijjedkgagpeefiinpggmfedeigedm
URL Ufficiale https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm
Descrizione This extension quickly generates a QR Code for url of the current tab.
Dimensione del File 53.81 KB
Conteggio Installazioni 223
Versione Corrente 1.0
Ultimo Aggiornamento 2014-08-15
Data di Pubblicazione 2014-08-15
Sviluppatore https://webplusdevelopers.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Generator",
    "author": "Josephus Paye II",
    "description": "This extension quickly generates a QR Code for url of the current tab.",
    "version": "1.0",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Generate QR Code"
    }
}