QR Code Generator

Current Page to QR Code

What is QR Code Generator?

QR Code Generator is a Chrome extension developed by https://www.xuemengfei.com, and its main feature is "Current Page to QR Code".

Extension Screenshots

screenshot

Download QR Code Generator Extension CRX File

Download 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

                        Generate a QR code image for your active tab.

You can scan it by mobile.


二维码生成器——把当前网页的链接生成二维码图片                    

Extension Basic Information

Name QR Code Generator QR Code Generator
ID heggnnjajfcmdmppnfpkgjiempnifpdl
Official URL https://chromewebstore.google.com/detail/qr-code-generator/heggnnjajfcmdmppnfpkgjiempnifpdl
Description Current Page to QR Code
File Size 49.76 KB
Installation Count 37
Current Version 1.0
Last Updated 2014-03-21
Publish Date 2014-03-21
Rating 5.00/5 Total 1 Ratings
Developer https://www.xuemengfei.com
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Generator",
    "description": "Current Page to QR Code",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/[email protected]",
            "38": "assets\/[email protected]"
        },
        "icons": {
            "16": "assets\/[email protected]",
            "48": "assets\/[email protected]",
            "128": "assets\/[email protected]"
        },
        "default_title": "QR Code Generator",
        "default_popup": "index.html"
    }
}