Simple WhoIs

Simple WhoIs

An actual WhoIs Extension...not just a bookmarklet like all the others.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Simple WhoIs",
  "description": "An actual WhoIs Extension...not just a bookmarklet like all the others.",
  "version": "1.3",
  "icons": {
    "16": "whois16.png",
    "128": "whois.png"
  },
  "permissions": [
    "tabs",
    "http://whothefuck.ru/"
  ],
  "browser_action": {
    "default_icon": "whois19.png",
    "default_popup": "popup.html"
  },
  "author": "Matt Dodge",
  "omnibox": {
    "keyword": "whois"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}