Whois DNS Lookup
Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.
Whois DNS Lookupคืออะไร?
Whois DNS Lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sammeras2 และคุณลักษณะหลักของมันคือ "Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whois DNS Lookup
ดาวน์โหลดไฟล์ส่วนขยาย Whois DNS Lookup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple perform DNS Lookups in One Click from the navigation bar. Whois DNS Lookup, Just click a button to perform a WHOIS on the current page's URL or typed-in URL. Does not add any bulk or features you'll never need. This is an extremely light-weight extension which adds a small WHOIS button next to your address bar. This allows you to perform WHOIS queries very quickly and easily.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kaedaldnckgpodmmncgdaolnbgmmapic |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/whois-dns-lookup/kaedaldnckgpodmmncgdaolnbgmmapic |
คำอธิบาย | Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar. |
ขนาดไฟล์ | 7.53 KB |
จำนวนการติดตั้ง | 120 |
เวอร์ชันปัจจุบัน | 10.36 |
อัปเดตครั้งล่าสุด | 2014-06-17 |
วันที่เผยแพร่ | 2014-06-17 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | sammeras2 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "dnschecker.js" ] }, "browser_action": { "default_icon": "16.png" }, "description": "Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.", "icons": { "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Whois DNS Lookup", "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*", "unlimitedStorage", "webNavigation", "storage" ], "version": "10.36" } |