QRCodie - QR Code Generator

A simple QR Code generator.

What is QRCodie - QR Code Generator?

QRCodie - QR Code Generator is a Chrome extension developed by Angus Zhu, and its main feature is "A simple QR Code generator.".

Extension Screenshots

screenshot
screenshot

Download QRCodie - QR Code Generator Extension CRX File

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

                        A simple and beautiful QR Code generator.
Generates the QR Code of the website or any other text contents.

What's new in 3.0
- Brand new UI design
- More appearance customization options                    

Extension Basic Information

Name QRCodie - QR Code Generator QRCodie - QR Code Generator
ID bphdkmejkbcfcglcgmmbmjggafkgfjcm
Official URL https://chromewebstore.google.com/detail/qrcodie-qr-code-generator/bphdkmejkbcfcglcgmmbmjggafkgfjcm
Description A simple QR Code generator.
File Size 124 KB
Installation Count 563
Current Version 3.0.0
Last Updated 2023-10-26
Publish Date 2015-07-23
Rating 5.00/5 Total 3 Ratings
Developer Angus Zhu
Email [email protected]
Payment Type free
Extension Website https://ie.framer.website/
Privacy Policy Page URL https://ie.framer.website/privacy
Supported Languages en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "short_name": "QRCodie",
    "version": "3.0.0",
    "description": "__MSG_ext_desc__",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_title": "__MSG_generate_code__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "activeTab",
        "clipboardRead"
    ],
    "default_locale": "en",
    "minimum_chrome_version": "88"
}