Highlight IP Lookup

Highlight IP Lookup

Find the city, state, country code of the selected (highlighted) IP address in the active tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Highlight IP Lookup",
  "description": "Find the city, state, country code of the selected (highlighted) IP address in the active tab.",
  "version": "0.1.8",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}