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