URL to QR

URL to QR

This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.

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",
  "description": "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.",
  "version": "1.1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "url.html"
  },
  "permissions": [
    "tabs"
  ]
}