WHOIS Search
Search selected text from Whois.com - Coded by Jarno Niemelä
WHOIS Searchคืออะไร?
WHOIS Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.niemela.com และคุณลักษณะหลักของมันคือ "Search selected text from Whois.com - Coded by Jarno Niemelä"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WHOIS Search
ดาวน์โหลดไฟล์ส่วนขยาย WHOIS Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Select IP address or word from a web page and right click your mouse. From context menu choose WHOIS and do a whois lookup to your selection. If you select word/text instead of IP address, extension will by default search for .com address availability of the selection.
Extension uses Whois.com service for lookups. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | aemadajfghcahjdioknhhghpgkkchhlj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/whois-search/aemadajfghcahjdioknhhghpgkkchhlj |
| คำอธิบาย | Search selected text from Whois.com - Coded by Jarno Niemelä |
| ขนาดไฟล์ | 11.4 KB |
| จำนวนการติดตั้ง | 182 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2018-01-19 |
| วันที่เผยแพร่ | 2018-01-19 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | https://www.niemela.com |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WHOIS Search",
"version": "1.0",
"manifest_version": 2,
"description": "Search selected text from Whois.com - Coded by Jarno Niemel\u00e4",
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"whois.js"
]
},
"icons": {
"24": "icon24.png",
"32": "icon32.png",
"48": "icon48.png",
"96": "icon96.png",
"128": "icon128.png"
}
} | |