Country IP

This extension polls and displays the country your current IP is in

Country IP란 무엇입니까?

Country IP은(는) Brian Maher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension polls and displays the country your current IP is in"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        An extension to poll each minute and show geographical details about your current IP.

The extension icon will be the country flag where your IP is found to be located.

The extension polls every minute in case your IP changes (e.g. you lose VPN connection).  The flag will update when this occurs (assuming the new IP is in another country)

You will see details such as city, country code, region, zip, your ISP and Organization for the IP.

An image on Google Maps showing the location of the IP will be displayed at the bottom.                    

확장 프로그램 기본 정보

이름 Country IP Country IP
ID bhkilkmhahfjncfoddpdpmpeggmoefgg
공식 URL https://chrome.google.com/webstore/detail/country-ip/bhkilkmhahfjncfoddpdpmpeggmoefgg
설명 This extension polls and displays the country your current IP is in
파일 크기 147 KB
설치 횟수 472
현재 버전 1.2
최근 업데이트 2016-05-29
출시 날짜 2016-05-29
평점 5.00/5 총 2 개의 평점
개발자 Brian Maher
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Country IP",
    "description": "This extension polls and displays the country your current IP is in",
    "version": "1.2",
    "icons": {
        "128": "images\/ext_icon_128.png",
        "48": "images\/ext_icon_48.png",
        "16": "images\/ext_icon_16.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Click for more IP details"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs",
        "alarms",
        "http:\/\/ip-api.com\/json\/*",
        "https:\/\/www.whatismyip.com\/images\/flags\/*",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/maps.googleapis.com\/maps\/api\/*"
    ]
}