WHOIS Search
Search selected text from Whois.com - Coded by Jarno Niemelä
WHOIS Searchとは何ですか?
WHOIS Searchはhttps://www.niemela.comによって開発されたChromeの拡張機能で、その主な機能は「Search selected text from Whois.com - Coded by Jarno Niemelä」です。
拡張機能のスクリーンショット
WHOIS Search拡張機能のCRXファイルをダウンロード
WHOIS Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Select IP address or word from a web page and right click your mouse. From context menu choose WHOIS and 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. 拡張機能の基本情報
| 名前 | |
| ID | aemadajfghcahjdioknhhghpgkkchhlj |
| 公式URL | https://chromewebstore.google.com/detail/whois-search/aemadajfghcahjdioknhhghpgkkchhlj |
| 説明 | Search selected text from Whois.com - Coded by Jarno Niemelä |
| ファイルサイズ | 11.4 KB |
| インストール数 | 182 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2018-01-19 |
| 公開日 | 2018-01-19 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | https://www.niemela.com |
| 支払い方法 | free |
| 対応言語 | 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"
}
} | |