IP

Get's your public/private IP address

IP란 무엇입니까?

IP은(는) Kalin Ivanov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get's your public/private IP address"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Shows your public IP address as well as your private one. 
Uses STUN server and UDP protocol to resolve the IP
Notifications if Private or Public IP address change                    

확장 프로그램 기본 정보

이름 IP IP
ID delkinfpajdmdkheaoilmmghhhoeoaic
공식 URL https://chromewebstore.google.com/detail/ip/delkinfpajdmdkheaoilmmghhhoeoaic
설명 Get's your public/private IP address
파일 크기 31.97 KB
설치 횟수 131
현재 버전 0.2.6
최근 업데이트 2015-04-28
출시 날짜 2015-04-28
평점 4.67/5 총 3 개의 평점
개발자 Kalin Ivanov
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP",
    "manifest_version": 2,
    "version": "0.2.6",
    "minimum_chrome_version": "32",
    "description": "Get's your public\/private IP address",
    "permissions": [
        "notifications",
        "storage"
    ],
    "icons": {
        "64": "ip.png",
        "128": "ip_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "ip.png",
            "128": "ip_128.png"
        }
    }
}