Retrieve IP and DNS information

Retrieve IP and DNS information

Retrieve IP and DNS information for the current webpage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Retrieve IP and DNS information",
  "short_name": "IP and DNS info",
  "description": "Retrieve IP and DNS information for the current webpage",
  "version": "1.1",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ]
}