IP Address Information by IPinfo.io
Get all the details for the web page's IP address, including geolocation, network, ASN, and more.
IP Address Information by IPinfo.io là gì?
IP Address Information by IPinfo.io là một tiện ích mở rộng Chrome được phát triển bởi https://ipinfo.io, và tính năng chính của nó là "Get all the details for the web page's IP address, including geolocation, network, ASN, and more.".
Ả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 IP Address Information by IPinfo.io
Tải xuống các tệp mở rộng IP Address Information by IPinfo.io 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
IPinfo.io Chrome Extension gives you the full IP address information about the server of the website you're visiting. It also shows you the map with the approximate distance between the website server and your location. In addition, you can select any IP or ASN text on the page and view it on the IPinfo website via the context menu. Here's the list of the data points displayed: - IP address - City - Region - Country - Latitude & Longitude - Postal code - Timezone - Reverse hostname - Anycast - ASN details - Carrier details - Company details - Privacy details (e.g. Hosting/Tor/VPN/Proxy) - Abuse details
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IP Address Information by IPinfo.io |
ID | dfdphlgjcfobnklpiiobcfmbdnmihjpo |
URL Chính Thức | https://chromewebstore.google.com/detail/ip-address-information-by/dfdphlgjcfobnklpiiobcfmbdnmihjpo |
Mô tả | Get all the details for the web page's IP address, including geolocation, network, ASN, and more. |
Kích Thước Tệp | 1.52 MB |
Số Lần Cài Đặt | 3,245 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2021-11-11 |
Ngày Phát Hành | 2015-12-25 |
Đánh Giá | 3.95/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | https://ipinfo.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ipinfo.io |
URL Trang Trợ Giúp | https://ipinfo.io/developers |
URL Trang Chính Sách Bảo Mật | https://ipinfo.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Address Information by IPinfo.io", "description": "Get all the details for the web page's IP address, including geolocation, network, ASN, and more.", "version": "1.2.1", "manifest_version": 2, "author": "IPinfo Team", "homepage_url": "https:\/\/ipinfo.io", "permissions": [ "webRequest", "storage", "geolocation", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "common.js", "ctxmenu.js", "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "options_ui": { "page": "options.html", "open_in_tab": false } } |