Simple WhoIs
An actual WhoIs Extension...not just a bookmarklet like all the others.
What is Simple WhoIs?
Simple WhoIs is a Chrome extension developed by http://mattdodge.net, and its main feature is "An actual WhoIs Extension...not just a bookmarklet like all the others.".
Extension Screenshots
Download Simple WhoIs Extension CRX File
Download Simple WhoIs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An extension that allows you to quickly lookup important WHOIS information about the site you are on. This displays relevant WHOIS information in the extension popup, it is NOT simply a bookmark to another site where you can look it up. Useful for doing a quick check of the registrar, expiration dates, and/or nameservers of the current domain. Type "whois" and then a domain name in the Omnibox for another shortcut to a quick WHOIS lookup. Powered by http://whothefuck.ru
Extension Basic Information
Name | |
ID | hmfekjoaiibnmeciehjkjbdhddfjpddo |
Official URL | https://chrome.google.com/webstore/detail/simple-whois/hmfekjoaiibnmeciehjkjbdhddfjpddo |
Description | An actual WhoIs Extension...not just a bookmarklet like all the others. |
File Size | 78.56 KB |
Installation Count | 113 |
Current Version | 1.3 |
Last Updated | 2013-07-24 |
Publish Date | 2013-07-24 |
Rating | 4.00/5 Total 4 Ratings |
Developer | http://mattdodge.net |
Payment Type | free |
Extension Website | http://mattedgod.github.io/SimpleWhois/ |
Help Page URL | https://github.com/mattedgod/SimpleWhois/issues |
Supported Languages | en-US |
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": { "128": "whois.png", "16": "whois16.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" ] } } |