Website IP
Simple Chrome Extension to get the current website IP address.
Website IP là gì?
Website IP là một tiện ích mở rộng Chrome được phát triển bởi Liam Stewart, và tính năng chính của nó là "Simple Chrome Extension to get the current website IP address.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Website IP
Tải xuống các tệp mở rộng Website IP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Website IP |
ID | dmgahoocbgdiidmbmihphakakdddgoof |
URL Chính Thức | https://chromewebstore.google.com/detail/website-ip/dmgahoocbgdiidmbmihphakakdddgoof |
Mô tả | Simple Chrome Extension to get the current website IP address. |
Kích Thước Tệp | 36.68 KB |
Số Lần Cài Đặt | 325 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2023-12-05 |
Ngày Phát Hành | 2019-04-29 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Liam Stewart |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/liamstewart23/ChromeExt-WebsiteIP |
URL Trang Trợ Giúp | https://github.com/liamstewart23/ChromeExt-WebsiteIP/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc |
URL Trang Chính Sách Bảo Mật | https://choosealicense.com/licenses/gpl-3.0 |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |