QR Code Scanner

Scans QR codes on any web page or PDF

What is QR Code Scanner?

QR Code Scanner is a Chrome extension developed by maxmuoto, and its main feature is "Scans QR codes on any web page or PDF".

Extension Screenshots

screenshot

Download QR Code Scanner Extension CRX File

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

                        Google Chrome extension that scans your currently active tab for a QR code and returns the link if one is found.                    

Extension Basic Information

Name QR Code Scanner QR Code Scanner
ID fkpngmoodfpnnnnbabhnnbemglnphncc
Official URL https://chromewebstore.google.com/detail/qr-code-scanner/fkpngmoodfpnnnnbabhnnbemglnphncc
Description Scans QR codes on any web page or PDF
File Size 20.92 KB
Installation Count 1,000
Current Version 1.1
Last Updated 2023-01-03
Publish Date 2023-01-02
Rating 5.00/5 Total 1 Ratings
Developer maxmuoto
Email [email protected]
Payment Type free
Extension Website https://github.com/max-muoto/google-chrome-qr-code-scanner
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Code Scanner",
    "version": "1.1",
    "description": "Scans QR codes on any web page or PDF",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/scanner*",
                "*.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "images\/icon.png",
            "32": "images\/icon.png",
            "48": "images\/icon.png",
            "128": "images\/icon.png"
        }
    },
    "content_security_policy": []
}