Whois ?
Cliquez sur le bouton pour afficher, en 1 seconde, le Whois du nom de domaine de l'onglet actif. Simple et rapide !
Whois ?คืออะไร?
Whois ? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joffrey Létuvé และคุณลักษณะหลักของมันคือ "Cliquez sur le bouton pour afficher, en 1 seconde, le Whois du nom de domaine de l'onglet actif. Simple et rapide !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whois ?
ดาวน์โหลดไฟล์ส่วนขยาย Whois ? ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Obtenez, d'un simple clic, le Whois complet du nom de domaine du site actuellement visité. Inutile d'aller rechercher manuellement l'information sur un site tiers. Un simple clic sur le bouton situé à côté de la barre d'adresse suffit !
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | enclcigjeppgmcmgajbkolmckmookegb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/whois/enclcigjeppgmcmgajbkolmckmookegb |
คำอธิบาย | Cliquez sur le bouton pour afficher, en 1 seconde, le Whois du nom de domaine de l'onglet actif. Simple et rapide ! |
ขนาดไฟล์ | 26.8 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2013-08-01 |
วันที่เผยแพร่ | 2013-08-01 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Joffrey Létuvé |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Whois ?", "description": "Cliquez sur le bouton pour afficher, en 1 seconde, le Whois du nom de domaine de l'onglet actif. Simple et rapide !", "version": "1.1", "icons": { "128": "img\/icon.png", "32": "img\/icon_32.png", "16": "img\/icon_16.png" }, "web_accessible_resources": [ "js\/whois.js", "css\/whois.css" ], "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" } } |