URL to QR code

URL to QR code

This extension generate QR-code with URL of current openned page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "URL to QR code",
  "version": "0.4.0.0",
  "description": "This extension generate QR-code with URL of current openned page.",
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "38": "icons/icon38.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    },
    "default_title": "Generate QR code",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "permissions": [
    "https://chart.googleapis.com/",
    "activeTab",
    "storage"
  ],
  "short_name": "URL 2 QR",
  "author": "Alexey Michurin <[email protected]>",
  "homepage_url": "http://michurin.github.io/"
}