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"
}
} | |