Copy URL

Copy URL

This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Copy URL",
  "description": "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "website.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}