Context Menu QR Code Generator

Generate QR Codes selection context menu

What is Context Menu QR Code Generator?

Context Menu QR Code Generator is a Chrome extension developed by Arthur Farias, and its main feature is "Generate QR Codes selection context menu".

Extension Screenshots

screenshot

Download Context Menu QR Code Generator Extension CRX File

Download Context Menu 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

                        Simple Context Menu QR Code Generator. If you want to keep the development of this app or you are pleased with the functionality, please make a paypal donation to my paypal account [email protected].                    

Extension Basic Information

Name Context Menu QR Code Generator Context Menu QR Code Generator
ID pffeedlofllghbmondonppgbleaggibj
Official URL https://chromewebstore.google.com/detail/context-menu-qr-code-gene/pffeedlofllghbmondonppgbleaggibj
Description Generate QR Codes selection context menu
File Size 6.97 KB
Installation Count 136
Current Version 0.1
Last Updated 2012-10-26
Publish Date 2012-10-26
Rating 2.75/5 Total 4 Ratings
Developer Arthur Farias
Payment Type free
Extension Website http://arthur.afarias.org
Supported Languages en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Context Menu QR Code Generator",
    "description": "Generate QR Codes selection context menu",
    "version": "0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "content.js"
        ]
    },
    "manifest_version": 2
}