URL to QR code converter

This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.

Cos'è URL to QR code converter?

URL to QR code converter è un'estensione di Chrome sviluppata da https://sites.google.com/site/fujundu, e la sua funzione principale è "This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione URL to QR code converter

Scarica i file di estensione URL to QR code converter 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

                        This extension converts the url of the page you are viewing into a QR code, so that you can scan it with your phone to share the url.

It can also convert text into QR code.                    

Informazioni di Base sull'Estensione

Nome URL to QR code converter URL to QR code converter
ID cnbelooiikkmhknahgkckaikndlmlhfd
URL Ufficiale https://chromewebstore.google.com/detail/url-to-qr-code-converter/cnbelooiikkmhknahgkckaikndlmlhfd
Descrizione This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.
Dimensione del File 46.83 KB
Conteggio Installazioni 4,354
Versione Corrente 0.4
Ultimo Aggiornamento 2017-02-22
Data di Pubblicazione 2017-02-22
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://sites.google.com/site/fujundu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/fjdu/URL-to-QR-code
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR code converter",
    "short_name": "URL to QR",
    "description": "This extension shows the QR code for the url of the current page or the text you input.  You can save the QR code as a png file.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "qrcode.js",
                "jquery.qrcode.js",
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}