Javascript Local QR Code Generator

No remote request, Fast, Easy, Free!

What is Javascript Local QR Code Generator?

Javascript Local QR Code Generator is a Chrome extension developed by https://www.yukun.im, and its main feature is "No remote request, Fast, Easy, Free!".

Extension Screenshots

screenshot

Download Javascript Local QR Code Generator Extension CRX File

Download Javascript Local QR Code Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Generate QR code for current page, no remote request.

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

Extension Basic Information

Name Javascript Local QR Code Generator Javascript Local QR Code Generator
ID kdhpgmfhaakamldlajaigcnanajekhmp
Official URL https://chromewebstore.google.com/detail/javascript-local-qr-code/kdhpgmfhaakamldlajaigcnanajekhmp
Description No remote request, Fast, Easy, Free!
File Size 47.69 KB
Installation Count 21
Current Version 0.0.2
Last Updated 2014-12-04
Publish Date 2014-12-03
Developer https://www.yukun.im
Email [email protected]
Payment Type free
Extension Website https://github.com/ikamal/jsqr
Help Page URL https://github.com/ikamal/jsqr/issues
Supported Languages 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"
    }
}