QR Scanner

Decode QR code image.

What is QR Scanner?

QR Scanner is a Chrome extension developed by mutoukenji, and its main feature is "Decode QR code image.".

Extension Screenshots

screenshot

Download QR Scanner Extension CRX File

Download QR Scanner 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

                        用于在线扫描二维码图片并打开相应的网页                    

Extension Basic Information

Name QR Scanner QR Scanner
ID fkcahpakljaenbeobgjlefompnldambb
Official URL https://chromewebstore.google.com/detail/qr-scanner/fkcahpakljaenbeobgjlefompnldambb
Description Decode QR code image.
File Size 29 KB
Installation Count 1,503
Current Version 1.0
Last Updated 2019-05-17
Publish Date 2019-05-12
Rating 3.00/5 Total 2 Ratings
Developer mutoukenji
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Scanner",
    "version": "1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "Decode QR code image.",
    "background": {
        "scripts": [
            "js\/qr-decode.js",
            "js\/scanner.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2
}