IP Location Lookup Tool

Find IP location of the website or check location of custom IP and display it on the map.

IP Location Lookup Tool란 무엇입니까?

IP Location Lookup Tool은(는) https://www.positionbox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find IP location of the website or check location of custom IP and display it on the map."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

IP Location Lookup Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PositionBox is a free IP geolocation service providing reliable information about location of the IP address on the map. 

Our service helps you to find information about your current IP address or any other IP address.

IP address location data can include information such as country, country code, region code, region name, city, zip code, latitude, longitude, timezone and ISP name. For some IP location requests we are also able to find out if the IP is a mobile connection. Try our IP lookup tool.                    

확장 프로그램 기본 정보

이름 IP Location Lookup Tool IP Location Lookup Tool
ID opepgmgohfgekifjilijmdldmccfbgke
공식 URL https://chromewebstore.google.com/detail/ip-location-lookup-tool/opepgmgohfgekifjilijmdldmccfbgke
설명 Find IP location of the website or check location of custom IP and display it on the map.
파일 크기 11.94 KB
설치 횟수 5,161
현재 버전 1.0
최근 업데이트 2015-07-13
출시 날짜 2015-07-13
평점 4.00/5 총 10 개의 평점
개발자 https://www.positionbox.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.positionbox.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "IP Location Lookup Tool",
    "short_name": "IP Location Lookup",
    "author": "positionbox.com",
    "description": "Find IP location of the website or check location of custom IP and display it on the map.",
    "homepage_url": "http:\/\/www.positionbox.com",
    "browser_action": {
        "default_icon": "icon24.png",
        "default_popup": "popup.html",
        "default_title": "IP location lookup - click for details"
    },
    "icons": {
        "16": "icon16.png",
        "24": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}