Whois Bonanza
Get whois information on any website in a current tab in just one click
什么是Whois Bonanza?
Whois Bonanza是由kalandrey92开发的Chrome扩展程序,该扩展的主要功能是“Get whois information on any website in a current tab in just one click”。
扩展截图
下载Whois Bonanza扩展crx文件
下载Whois Bonanza扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | bbbpanokkikkdaddpjaanmbhlbjhmodb |
| 官方URL | https://chromewebstore.google.com/detail/whois-bonanza/bbbpanokkikkdaddpjaanmbhlbjhmodb |
| 简介 | Get whois information on any website in a current tab in just one click |
| 文件大小 | 104 KB |
| 安装次数 | 19 |
| 当前版本 | 1.1 |
| 更新时间 | 2017-05-19 |
| 上架时间 | 2017-05-18 |
| 开发者 | kalandrey92 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Whois Bonanza",
"description": "Get whois information on any website in a current tab in just one click",
"version": "1.1",
"icons": {
"16": "icon 16x16.PNG",
"32": "icon 32x32.PNG",
"128": "icon 128x128.PNG"
},
"browser_action": {
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js",
"jquery.js"
],
"persistent": true
},
"permissions": [
"tabs",
"https:\/\/www.whois.com\/*"
]
} | |