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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |