WebExtension.net
WebExtension.net

QR Code Generator

View on Chrome Web Store
View QR Code Generator Chrome Extension on Chrome Web Store
4.5 (223 ratings)

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
BXN
View author page of BXN
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 11, 2020
Version 1.0.4
Manifest version
3
Updated
Updated on July 22, 2024
View on Chrome Web Store
View QR Code Generator Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

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.4",
    "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"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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