QR-Tools Chrome Extension

Add a context menu item to convert selected object into QR.

What is QR-Tools Chrome Extension?

QR-Tools Chrome Extension is a Chrome extension developed by http://qr-tools.appspot.com, and its main feature is "Add a context menu item to convert selected object into QR.".

Download QR-Tools Chrome Extension Extension CRX File

Download QR-Tools Chrome Extension 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

                        This extension adds a context menu item for Selected Text, Link or Images that turns the selected object into a QR code for easy sharing.

The standalone generator can be found @:

http://qr-tools.appspot.com/                    

Extension Basic Information

Name QR-Tools Chrome Extension QR-Tools Chrome Extension
ID pimnmgcpoejphniobanenpdlfdoljpln
Official URL https://chrome.google.com/webstore/detail/qr-tools-chrome-extension/pimnmgcpoejphniobanenpdlfdoljpln
Description Add a context menu item to convert selected object into QR.
File Size 14.87 KB
Installation Count 33
Current Version 1.1.2
Last Updated 2014-02-13
Publish Date 2014-02-13
Rating 3.00/5 Total 2 Ratings
Developer http://qr-tools.appspot.com
Payment Type free
Extension Website http://qr-tools.appspot.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR-Tools Chrome Extension",
    "version": "1.1.2",
    "author": "RastaCre",
    "default_locale": "en",
    "description": "Add a context menu item to convert selected object into QR.",
    "homepage_url": "http:\/\/qr-tools.appspot.com",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "options_page": "options.html",
    "minimum_chrome_version": "6",
    "offline_enabled": false
}