GNC Whois
Click to get URL's Whois data
什么是GNC Whois?
GNC Whois是由GNC Medya开发的Chrome扩展程序,该扩展的主要功能是“Click to get URL's Whois data”。
扩展截图
下载GNC Whois扩展crx文件
下载GNC Whois扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The GNC Whois tool lets you find out who owns a domain name or if that domain name is available for registration. You can view: ● Domain Availability Information ● Doman Creation, Registration and Expiry Information ● Domain Status ● Domain Registrar Information (which registrar a domain is held with) ● Domain Contact Information. This can tell you the registrant, admin, billing and tech contacts for the domain name. ● Domain Name DNS information This is a critical tool for anyone with any interest in domain names.
扩展基本信息
名称 | |
ID | iehbegdnikepcamifgaecepnlfolpefi |
官方URL | https://chrome.google.com/webstore/detail/gnc-whois/iehbegdnikepcamifgaecepnlfolpefi |
简介 | Click to get URL's Whois data |
文件大小 | 7.97 KB |
安装次数 | 17 |
当前版本 | 1.0 |
更新时间 | 2013-07-28 |
上架时间 | 2013-07-28 |
评分 | 3.00/5 共3次评分 |
开发者 | GNC Medya |
付费类型 | free |
扩展官网 | http://whois.gncmedya.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GNC Whois", "version": "1.0", "manifest_version": 2, "description": "Click to get URL's Whois data", "browser_action": { "name": "Click to get URL's Whois data", "default_icon": "icon_toolbar.png" }, "background": { "scripts": [ "background.js", "jsuri-1.1.1.min.js" ] }, "permissions": [ "tabs" ] } |