url2QR

url2QR

generate QR Code from url in order to scan it with your phone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "url2QR",
  "description": "generate QR Code from url in order to scan it with your phone.",
  "version": "1.0",
  "permissions": [
    "tabs"
  ],
  "homepage_url": "http://isbkch.net/",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Generate QR Code from current URL"
  }
}