IP2Location IP Geolocation Extension

Geolocation lookup via IP address for a website, Geo-IP data provided by ip2location.com.

IP2Location IP Geolocation Extension란 무엇입니까?

IP2Location IP Geolocation Extension은(는) https://www.ip2location.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Geolocation lookup via IP address for a website, Geo-IP data provided by ip2location.com."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

IP2Location IP Geolocation Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        IP2Location IP Geolocation is an extension to get information about the geographical location of the web server based on the IP address of the URL links in web pages. You can prevent phishing activities by know more about the servers information. It is easy to use as you can now see the information on the same page in a nicely formatted box. See information like the IP address, country, state, city, ISP, latitude, longitude as well as the server time.

To use this extension, you just put your mouse over a link and a tiny icon will appear, click on that icon to retrieve information for that URL.

In the information box that appears, you also have access to 3 useful features under [More Tools]; these are the ability to ping that IP address, perform traceroute or view that URL from our proxies which are located around the globe.                    

확장 프로그램 기본 정보

이름 IP2Location IP Geolocation Extension IP2Location IP Geolocation Extension
ID hkccjlilianihdjogdpflgmeegaomloj
공식 URL https://chromewebstore.google.com/detail/ip2location-ip-geolocatio/hkccjlilianihdjogdpflgmeegaomloj
설명 Geolocation lookup via IP address for a website, Geo-IP data provided by ip2location.com.
파일 크기 274 KB
설치 횟수 737
현재 버전 2.1.0
최근 업데이트 2022-06-28
출시 날짜 2020-06-18
평점 3.50/5 총 22 개의 평점
개발자 https://www.ip2location.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP2Location IP Geolocation Extension",
    "version": "2.1.0",
    "description": "Geolocation lookup via IP address for a website, Geo-IP data provided by ip2location.com.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "core.min.js",
                "sha1.min.js",
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.css",
                "*.html",
                "*.png",
                "flags\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3
}