Website IP
Simple Chrome Extension to get the current website IP address.
Website IPคืออะไร?
Website IP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Liam Stewart และคุณลักษณะหลักของมันคือ "Simple Chrome Extension to get the current website IP address."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Website IP
ดาวน์โหลดไฟล์ส่วนขยาย Website IP ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Website IP This extension will resolve the active tabs domain to an IP address. Features: - IPv4 support - IPv6 support - Click to copy IP address to clipboard - Simple UI Firefox version: https://addons.mozilla.org/en-US/firefox/addon/website-ip Contribute: This project is available on GitHub: https://github.com/liamstewart23/ChromeExt-WebsiteIP Privacy Policy: https://ip-api.com/docs/legal
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Website IP |
ID | dmgahoocbgdiidmbmihphakakdddgoof |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/website-ip/dmgahoocbgdiidmbmihphakakdddgoof |
คำอธิบาย | Simple Chrome Extension to get the current website IP address. |
ขนาดไฟล์ | 36.68 KB |
จำนวนการติดตั้ง | 325 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2023-12-05 |
วันที่เผยแพร่ | 2019-04-29 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Liam Stewart |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/liamstewart23/ChromeExt-WebsiteIP |
URL หน้าช่วยเหลือ | https://github.com/liamstewart23/ChromeExt-WebsiteIP/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc |
URL หน้านโยบายความเป็นส่วนตัว | https://choosealicense.com/licenses/gpl-3.0 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Website IP", "description": "Simple Chrome Extension to get the current website IP address.", "version": "2.0", "icons": { "48": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab" ] } |