IP Address & Geolocation

IP Address & Geolocation

Shows your IPv4 & IPv6 address and also geolocational informations about your IP addresses.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IP Address & Geolocation",
  "version": "2.1.0",
  "manifest_version": 2,
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "description": "Shows your IPv4 & IPv6 address and also geolocational informations about your IP addresses.",
  "background": {
    "page": "background.html"
  },
  "incognito": "split",
  "minimum_chrome_version": "25",
  "offline_enabled": false,
  "options_page": "options.html",
  "permissions": [
    "notifications"
  ],
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html",
    "default_title": "IP Address & Geolocation"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "options_ui": {
    "page": "options.html",
    "browser_style": false,
    "open_in_tab": true
  }
}