Free QR Code Generator

Fast and simple QR Code Generator

What is Free QR Code Generator?

Free QR Code Generator is a Chrome extension developed by https://qr.vp43.ru, and its main feature is "Fast and simple QR Code Generator".

Extension Screenshots

screenshot

Download Free QR Code Generator Extension CRX File

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

                        Text link, phone numbers, now all you can encode with this extension! In a matter of seconds you can download, share with a friend qr code, take from your device and read the text from it.

Official page http://qr.vp43.ru/

0.5.0 version
New design! With Twitter Bootstrap!                    

Extension Basic Information

Name Free QR Code Generator Free QR Code Generator
ID ocnmfcnkkcpojobfhhpokjccbjbbmplb
Official URL https://chromewebstore.google.com/detail/free-qr-code-generator/ocnmfcnkkcpojobfhhpokjccbjbbmplb
Description Fast and simple QR Code Generator
File Size 149 KB
Installation Count 943
Current Version 0.5.2
Last Updated 2014-03-16
Publish Date 2014-03-16
Rating 3.56/5 Total 9 Ratings
Developer https://qr.vp43.ru
Email [email protected]
Payment Type free
Extension Website http://qr.vp43.ru/
Supported Languages en,ru
manifest.json
{
    "browser_action": {
        "default_title": "QR Generator",
        "default_icon": "icon_19.png",
        "default_popup": "index.html"
    },
    "icons": {
        "19": "icon_128.png",
        "39": "icon_128.png",
        "48": "icon_128.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "17",
    "name": "Free QR Code Generator",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "version": "0.5.2",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}