IP address lookup

Displays your public IP address and location (country and city).

IP address lookup란 무엇입니까?

IP address lookup은(는) https://extpose.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays your public IP address and location (country and city)."입니다.

확장 프로그램 스크린샷

screenshot

IP address lookup 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension simply displays your IP address and location info including city and country based on geoip data.

It's useful if you use VPN or proxy service and want to check whether your ip address has been changed.


What is IP address?
An Internet Protocol address (IP address) is a logical numeric address that is assigned to every single computer, printer, switch, router or any other device that is part of a TCP/IP-based network.                    

확장 프로그램 기본 정보

이름 IP address lookup IP address lookup
ID gljgjdaepgbcolgbkijpddfgkokjpale
공식 URL https://chromewebstore.google.com/detail/ip-address-lookup/gljgjdaepgbcolgbkijpddfgkokjpale
설명 Displays your public IP address and location (country and city).
파일 크기 325 KB
설치 횟수 614
현재 버전 1.0.0
최근 업데이트 2019-10-13
출시 날짜 2019-10-12
평점 3.80/5 총 5 개의 평점
개발자 https://extpose.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vRo7pRGkrPkeucDrEMpUVuhPeiPEhxy9h55kQTXQuXpfdWSAhHdFqjohyl68d_Aa2AYPmkKoDq1ZNWn/pub
지원되는 언어 en,en-GB,en-US,tr,es,es-419,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.0",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "64": "logo64.png",
        "128": "logo128.png"
    },
    "permissions": [
        "https:\/\/ifconfig.co\/",
        "alarms"
    ],
    "minimum_chrome_version": "22",
    "browser_action": {
        "default_icon": "logo32.png",
        "default_title": "(no data)"
    },
    "background": {
        "scripts": [
            "background-update.js"
        ],
        "persistent": false
    }
}