QR Code Creator

QR Code Creator

Quickly send viewing web page or any other text to your mobile using QR code.

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 Code Creator",
  "version": "2",
  "icons": {
    "16": "img/icon-16.png",
    "24": "img/icon-24.png",
    "48": "img/icon-48.png",
    "256": "img/icon-256.png"
  },
  "description": "Quickly send viewing web page or any other text to your mobile using QR code.",
  "browser_action": {
    "default_icon": "img/icon-16.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs"
  ]
}