right-click QRcode reader

decode QRcode via context-menu.

What is right-click QRcode reader?

right-click QRcode reader is a Chrome extension developed by 778, and its main feature is "decode QRcode via context-menu.".

Extension Screenshots

Download right-click QRcode reader Extension CRX File

Download right-click QRcode reader 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

                        decode QRcode via context-menu or area-selection on webpage.

0.1.4 -- bug fix.                    

Extension Basic Information

Name right-click QRcode reader right-click QRcode reader
ID lnhgdalhhjkfmmdjbkhilkinoomigdkc
Official URL https://chromewebstore.google.com/detail/right-click-qrcode-reader/lnhgdalhhjkfmmdjbkhilkinoomigdkc
Description decode QRcode via context-menu.
File Size 132 KB
Installation Count 100,019
Current Version 0.1.4
Last Updated 2017-07-28
Publish Date 2017-07-28
Rating 3.79/5 Total 71 Ratings
Developer 778
Email [email protected]
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.1.4",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "lib\/grid.js",
            "lib\/version.js",
            "lib\/detector.js",
            "lib\/formatinf.js",
            "lib\/errorlevel.js",
            "lib\/bitmat.js",
            "lib\/datablock.js",
            "lib\/bmparser.js",
            "lib\/datamask.js",
            "lib\/rsdecoder.js",
            "lib\/gf256poly.js",
            "lib\/gf256.js",
            "lib\/decoder.js",
            "lib\/qrcode.js",
            "lib\/findpat.js",
            "lib\/alignpat.js",
            "lib\/databr.js",
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "read QR code",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2
}