QRcode Generator

A simple QR code generator.

What is QRcode Generator?

QRcode Generator is a Chrome extension developed by 加达里的吉他, and its main feature is "A simple QR code generator.".

Extension Screenshots

screenshot

Download QRcode Generator Extension CRX File

Download QRcode 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

                        QR Code Generator, Simply And Easy To Use.

Support Generate:
* Current Page URL
* Phone
* Email
* Contact
* Wifi
* SMS

And With Advanced Style Settings.                    

Extension Basic Information

Name QRcode Generator QRcode Generator
ID fdpanjjjnjopokhncmliffkcnnhjaiec
Official URL https://chromewebstore.google.com/detail/qrcode-generator/fdpanjjjnjopokhncmliffkcnnhjaiec
Description A simple QR code generator.
File Size 158 KB
Installation Count 213
Current Version 1.1
Last Updated 2021-10-03
Publish Date 2017-07-25
Rating 5.00/5 Total 1 Ratings
Developer 加达里的吉他
Email [email protected]
Payment Type free
Extension Website https://github.com/wxul/awesome-qrcode-extension
Help Page URL https://github.com/wxul/awesome-qrcode-extension/issues
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon\/icon-32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32-f.png",
        "48": "icon\/icon-48-f.png",
        "128": "icon\/icon-128.png"
    },
    "default_locale": "en"
}