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?
IP Address Information by IPinfo.io是由https://ipinfo.io开发的Chrome扩展程序,该扩展的主要功能是“Get all the details for the web page's IP address, including geolocation, network, ASN, and more.”。
扩展截图
下载IP Address Information by IPinfo.io扩展crx文件
下载IP Address Information by IPinfo.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | IP Address Information by IPinfo.io |
ID | dfdphlgjcfobnklpiiobcfmbdnmihjpo |
官方URL | https://chromewebstore.google.com/detail/ip-address-information-by/dfdphlgjcfobnklpiiobcfmbdnmihjpo |
简介 | Get all the details for the web page's IP address, including geolocation, network, ASN, and more. |
文件大小 | 1.52 MB |
安装次数 | 3,245 |
当前版本 | 1.2.1 |
更新时间 | 2021-11-11 |
上架时间 | 2015-12-25 |
评分 | 3.95/5 共19次评分 |
开发者 | https://ipinfo.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://ipinfo.io |
帮助页面URL | https://ipinfo.io/developers |
隐私政策页面URL | https://ipinfo.io/privacy-policy |
支持的语言 | 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 } } |