Smart QRCode

Smart QRCode

What is Smart QRCode?

Smart QRCode is a Chrome extension developed by ethan, and its main feature is "Smart QRCode".

Extension Screenshots

screenshot
screenshot

Download Smart QRCode Extension CRX File

Download Smart QRCode 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

                        Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click.  

Additional options:
* Five different QR code dimensions are supported,  currently 220px,  380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference.
* You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)                    

Extension Basic Information

Name Smart QRCode Smart QRCode
ID bpneiabdnfmenainoficenddegfhgedo
Official URL https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo
Description Smart QRCode
File Size 25.63 KB
Installation Count 125
Current Version 1.0
Last Updated 2016-12-03
Publish Date 2016-12-02
Rating 4.00/5 Total 1 Ratings
Developer ethan
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart QRCode",
    "description": "Smart QRCode",
    "version": "1.0",
    "author": "Ethan",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}