GNC Whois
Click to get URL's Whois data
GNC Whoisคืออะไร?
GNC Whois เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GNC Medya และคุณลักษณะหลักของมันคือ "Click to get URL's Whois data"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GNC Whois
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |