WebExtension.net
Toggle dark mode
WebExtension.net

QR Code Generator

View on Chrome Web Store
View QR Code Generator Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (226 ratings)
1 new ratings
15 views
This extension has been viewed 15 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

QR Code Extension: A faster, more direct way to create and share QR codes, even better than short links.
Type
Extension
Users
3,000,000 users
1M
BXN
View author page of BXN
Published
Published on July 11, 2020
Version 1.0.5
Manifest version
3
Updated
Updated on February 20, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View QR Code Generator Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.0.5",
    "action": {
        "default_icon": "icons\/128x128.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "src\/js\/contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/js\/serviceWorker.js",
        "type": "module"
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "src\/layouts\/options.html"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "commands": {
        "makeQRCode": {
            "description": "Make a QR code",
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z"
            }
        }
    },
    "minimum_chrome_version": "88"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top