WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
QR Code Generator

QR Code Generator

View on Chrome Web Store
View QR Code Generator Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (30 ratings)
6 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Generate QR codes instantly from text or URLs. Uses api.qrserver.com for QR generation.
Type
Extension
Users
14 users
2
Anslation
View author page of Anslation
Published
Published on February 13, 2026
Version 1.0.0
Manifest version
3
Updated
Updated on February 13, 2026
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",
    "name": "QR Code Generator",
    "description": "Generate QR codes instantly from text or URLs. Uses api.qrserver.com for QR generation.",
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "qr.png",
            "48": "qr.png",
            "128": "qr.png"
        }
    },
    "permissions": [
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/api.qrserver.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' https:\/\/api.qrserver.com; connect-src https:\/\/api.qrserver.com;"
    }
}
© 2026 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