GNC Whois

Click to get URL's Whois data

什麼是GNC Whois?

GNC Whois是由GNC Medya開發的Chrome擴展程式,該擴展的主要功能是“Click to get URL's Whois data”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 GNC Whois GNC Whois
ID iehbegdnikepcamifgaecepnlfolpefi
官方網址 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"
    ]
}