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 |
官方網址 | 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 } } |