WHOIS Search
Search selected text from Whois.com - Coded by Jarno Niemelä
What is WHOIS Search?
WHOIS Search is a Chrome extension developed by https://www.niemela.com, and its main feature is "Search selected text from Whois.com - Coded by Jarno Niemelä".
Extension Screenshots
Download WHOIS Search Extension CRX File
Download WHOIS Search 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
Select IP address or word from a web page and right click your mouse. From context menu choose WHOISand do a whois lookup to your selection. If you select word/text instead of IP address, extension will by default search for .com address availability of the selection. Extension uses Whois.com service for lookups.
Extension Basic Information
Name | WHOIS Search |
ID | aemadajfghcahjdioknhhghpgkkchhlj |
Official URL | https://chromewebstore.google.com/detail/whois-search/aemadajfghcahjdioknhhghpgkkchhlj |
Description | Search selected text from Whois.com - Coded by Jarno Niemelä |
File Size | 11.4 KB |
Installation Count | 182 |
Current Version | 1.0 |
Last Updated | 2018-01-19 |
Publish Date | 2018-01-19 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://www.niemela.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WHOIS Search", "version": "1.0", "manifest_version": 2, "description": "Search selected text from Whois.com - Coded by Jarno Niemel\u00e4", "permissions": [ "contextMenus" ], "background": { "scripts": [ "whois.js" ] }, "icons": { "24": "icon24.png", "32": "icon32.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" } } |