Right Click QRZ Lookup

Right Click QRZ Lookup

Select and Right Click to lookup any callsign on QRZ

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Right Click QRZ Lookup",
  "description": "Select and Right Click to lookup any callsign on QRZ",
  "version": "0.0.2",
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "QrzRightClick.js"
    ]
  },
  "manifest_version": 2
}