MeIP
Resolve website's IP from multiple locations.
MeIPคืออะไร?
MeIP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.horza.org และคุณลักษณะหลักของมันคือ "Resolve website's IP from multiple locations."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MeIP
ดาวน์โหลดไฟล์ส่วนขยาย MeIP ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find out your IP address Resolve website's IP address from several DNS servers worldwide You would use it to check if your website's new DNS record has propagated across the global DNS infrastructure, or if it's distributed as expected by your CDN. It also comes in handy if you want to know if some site is on CDN.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MeIP |
ID | lfgiknopmkijdfjgphnnneekcifigefk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/meip/lfgiknopmkijdfjgphnnneekcifigefk |
คำอธิบาย | Resolve website's IP from multiple locations. |
ขนาดไฟล์ | 162 KB |
จำนวนการติดตั้ง | 71 |
เวอร์ชันปัจจุบัน | 0.9.2 |
อัปเดตครั้งล่าสุด | 2018-10-10 |
วันที่เผยแพร่ | 2018-10-09 |
ผู้พัฒนา | https://www.horza.org |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.horza.org/page/projects/meip/ |
URL หน้าช่วยเหลือ | https://www.horza.org/page/projects/meip/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MeIP", "version": "0.9.2", "manifest_version": 2, "description": "Resolve website's IP from multiple locations.", "homepage_url": "https:\/\/www.horza.org\/page\/projects\/meip\/", "icons": { "128": "icon128.png", "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png", "96": "icon96.png" }, "browser_action": { "default_icon": "icon32.png", "default_popup": "popup.html", "default_title": "meip" }, "permissions": [ "https:\/\/ip.horza.org\/*", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ip.horza.org; object-src 'self'; default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src *" } |