QR anything

Generate QR of anything instantly. Just right click and generate QR of images and links.

What is QR anything?

QR anything is a Chrome extension developed by https://moin.im, and its main feature is "Generate QR of anything instantly. Just right click and generate QR of images and links.".

Extension Screenshots

screenshot
screenshot
screenshot

Download QR anything Extension CRX File

Download QR anything 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

                        A light-weight extension to create QR codes of anything. It generates the QR instantly.

Currently supports:

- Links
- Text
- Images

Just right click on whatever you need the QR for and select 'QR this'. You'll see the QR right away.

Change log
v 0.6.1:
Added Android app link

v 0.6:
Optimised for performance

v0.5.1:

- 'right-click' save option for QR image.
- Developers: 64base code available                    

Extension Basic Information

Name QR anything QR anything
ID dpcobhfdocjilgmfdbigakbkkfjclmcl
Official URL https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl
Description Generate QR of anything instantly. Just right click and generate QR of images and links.
File Size 52.87 KB
Installation Count 593
Current Version 0.6.1
Last Updated 2016-02-06
Publish Date 2016-02-06
Rating 4.60/5 Total 10 Ratings
Developer https://moin.im
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR anything",
    "version": "0.6.1",
    "manifest_version": 2,
    "description": "Generate QR of anything instantly. Just right click and generate QR of images and links.",
    "icons": {
        "16": "icons\/16.png",
        "28": "icons\/28.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "qr.html",
    "permissions": [
        "contextMenus"
    ]
}