Check IP Location

An IP location lookup tool to show the IP Address of website server and your IP address and location.

Check IP Location란 무엇입니까?

Check IP Location은(는) https://windows11tools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An IP location lookup tool to show the IP Address of website server and your IP address and location."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Check IP Location extension from chrome is an IP lookup tool which helps you check IP address of website and your IP address. The IP address location information reveals the country, city, zip code, latitude, longitude and more. 

Features:
Show IP address of website and your IP address.
Shows the country and city where the IP address of website is located. 
Shows the details of IP address location of website, such as domain, IP address, latitude and longitude.
Allow you check your own IP address and IP address location.
Such as domain, IP address, city, country, latitude and longitude.                    

확장 프로그램 기본 정보

이름 Check IP Location Check IP Location
ID llojockfgfhkfamacneabklekofeooed
공식 URL https://chrome.google.com/webstore/detail/check-ip-location/llojockfgfhkfamacneabklekofeooed
설명 An IP location lookup tool to show the IP Address of website server and your IP address and location.
파일 크기 27.18 KB
설치 횟수 14
현재 버전 1.0
최근 업데이트 2021-10-23
출시 날짜 2021-10-07
평점 5.00/5 총 3 개의 평점
개발자 https://windows11tools.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://windows11tools.com/what-is-my-ip-address/?ref=checkiplocation
개인정보 보호 정책 페이지 URL https://windows11tools.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Check IP Location",
    "short_name": "IP Address & Location",
    "author": "windows11tools.com",
    "description": "An IP location lookup tool to show the IP Address of website server and your IP address and location.",
    "homepage_url": "https:\/\/windows11tools.com",
    "browser_action": {
        "default_icon": "icon24.png",
        "default_popup": "popup.html",
        "default_title": "Show IP Address location details with 1-click"
    },
    "icons": {
        "16": "icon16.png",
        "24": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}