Javascript Local QR Code Generator

No remote request, Fast, Easy, Free!

Cos'è Javascript Local QR Code Generator?

Javascript Local QR Code Generator è un'estensione di Chrome sviluppata da https://www.yukun.im, e la sua funzione principale è "No remote request, Fast, Easy, Free!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Javascript Local QR Code Generator

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

                        Generate QR code for current page, no remote request.

Thanks to https://github.com/davidshimjs/qrcodejs                    

Informazioni di Base sull'Estensione

Nome Javascript Local QR Code Generator Javascript Local QR Code Generator
ID kdhpgmfhaakamldlajaigcnanajekhmp
URL Ufficiale https://chromewebstore.google.com/detail/javascript-local-qr-code/kdhpgmfhaakamldlajaigcnanajekhmp
Descrizione No remote request, Fast, Easy, Free!
Dimensione del File 47.69 KB
Conteggio Installazioni 21
Versione Corrente 0.0.2
Ultimo Aggiornamento 2014-12-04
Data di Pubblicazione 2014-12-03
Sviluppatore https://www.yukun.im
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ikamal/jsqr
URL della Pagina di Aiuto https://github.com/ikamal/jsqr/issues
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "manifest_version": 2,
    "name": "Javascript Local QR Code Generator",
    "short_name": "JsQR",
    "description": "No remote request, Fast, Easy, Free!",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Generate QR code",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}