Benmi.com Whois Lookup(Context Menu version)

Benmi.com Whois Lookup(Context Menu version)

Benmi.com Whois Lookup(Context Menu version), you can select the domain name directly in Chrome directly in the context menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Benmi.com Whois Lookup(Context Menu version)",
  "description": "Benmi.com Whois Lookup(Context Menu version), you can select the domain name directly in Chrome directly in the context menu.",
  "version": "2.1",
  "manifest_version": 2,
  "homepage_url": "http://www.benmi.com/lang/en",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "contextMenus"
  ],
  "icons": {
    "16": "icon/benmi16.png",
    "32": "icon/benmi32.png",
    "48": "icon/benmi48.png",
    "128": "icon/benmi128.png"
  },
  "background": {
    "page": "background.html"
  }
}