Simple WhoIs
An actual WhoIs Extension...not just a bookmarklet like all the others.
Simple WhoIsคืออะไร?
Simple WhoIs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mattdodge.net และคุณลักษณะหลักของมันคือ "An actual WhoIs Extension...not just a bookmarklet like all the others."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple WhoIs
ดาวน์โหลดไฟล์ส่วนขยาย Simple WhoIs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that allows you to quickly lookup important WHOIS information about the site you are on. This displays relevant WHOIS information in the extension popup, it is NOT simply a bookmark to another site where you can look it up. Useful for doing a quick check of the registrar, expiration dates, and/or nameservers of the current domain. Type "whois" and then a domain name in the Omnibox for another shortcut to a quick WHOIS lookup. Powered by http://whothefuck.ru
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hmfekjoaiibnmeciehjkjbdhddfjpddo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/simple-whois/hmfekjoaiibnmeciehjkjbdhddfjpddo |
คำอธิบาย | An actual WhoIs Extension...not just a bookmarklet like all the others. |
ขนาดไฟล์ | 78.56 KB |
จำนวนการติดตั้ง | 113 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2013-07-24 |
วันที่เผยแพร่ | 2013-07-24 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://mattdodge.net |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://mattedgod.github.io/SimpleWhois/ |
URL หน้าช่วยเหลือ | https://github.com/mattedgod/SimpleWhois/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple WhoIs", "description": "An actual WhoIs Extension...not just a bookmarklet like all the others.", "version": "1.3", "icons": { "128": "whois.png", "16": "whois16.png" }, "permissions": [ "tabs", "http:\/\/whothefuck.ru\/" ], "browser_action": { "default_icon": "whois19.png", "default_popup": "popup.html" }, "author": "Matt Dodge", "omnibox": { "keyword": "whois" }, "background": { "scripts": [ "background.js" ] } } |