QR-ify

QR-ify

Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "QR-ify",
  "version": "1.1",
  "short_name": "QR-ify",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "generateQR.js"
    ]
  }
}