Easy QR-Code Generator

Make QR Codes from the Current Tab or specified URL.

What is Easy QR-Code Generator?

Easy QR-Code Generator is a Chrome extension developed by Benjamin Klein, and its main feature is "Make QR Codes from the Current Tab or specified URL.".

Download Easy QR-Code Generator Extension CRX File

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

                        Easy SVG QR-Code Generator

With this extension you quickly and easily create a QR code.
Enter a URL or Text on your own or use the url from the current tab. 
Download the QR-Code directly to your file system.

Save as SVG
Save as PNG

- No Extra Page loading.
- No Ads.                    

Extension Basic Information

Name Easy QR-Code Generator Easy QR-Code Generator
ID fjoekbgbgapgnppnlanicmnlfpfgbelo
Official URL https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo
Description Make QR Codes from the Current Tab or specified URL.
File Size 108 KB
Installation Count 117
Current Version 1.0.2
Last Updated 2014-04-28
Publish Date 2014-04-28
Rating 5.00/5 Total 2 Ratings
Developer Benjamin Klein
Payment Type free
Help Page URL http://touchdata.net
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy QR-Code Generator",
    "description": "Make QR Codes from the Current Tab or specified URL.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "request.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "downloads"
    ],
    "offline_enabled": false,
    "short_name": "QR-Code Gen"
}