SmartWhois Launcher

SmartWhois Launcher

This extension allows you to launch SmartWhois and perform a Whois query on the current URL. SmartWhois is a useful network information utility that allows you to look up all the available information about an IP address, hostname or domain...

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCecIvWLybBVtaL+aIGN9ykmmUqYdS57I1FV1lnYOhnJPAMJz5HmFVHBj5+VxfKP7G7KBsIaFZsck3AhLoz3LY+JQ+zNdnABb6VkVhWiGQxKA7djmcrjKFDl1kuRtVbttgW27cRoc+jHm7PtTZCfIcprz0VZT1Cc3GfqpBCSRATowIDAQAB",
  "name": "SmartWhois Launcher",
  "version": "1.31resigned1",
  "description": "Performs a SmartWhois query on the current URL.",
  "homepage_url": "https://www.tamos.com/products/smartwhois/",
  "applications": {
    "gecko": {
      "id": "{45925a5c-e3de-447f-bed2-ded87acae111}",
      "strict_min_version": "50.0"
    }
  },
  "icons": {
    "32": "icons/icon32x32.png",
    "48": "icons/icon48x48.png",
    "128": "icons/icon128x128.png"
  },
  "permissions": [
    "nativeMessaging",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "swlaunch.js"
    ]
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": "icons/icon48x48.png",
    "default_title": "Click to launch a SmartWhois query"
  }
}