Check IP

Shows your IP address with some additional Information and adds easy copy and paste functionality!

Check IP란 무엇입니까?

Check IP은(는) ✰✰✰✰✰✰에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows your IP address with some additional Information and adds easy copy and paste functionality!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Check IP shows your IP-Address information simply with a click of a button.

best Features
  - shows country and DNS details
  - copies your IP adress to clipboard automatically or with a simple click
  - paste your IP via the rightclick context menu
  - much more faster than IP Address and Domain Information, ShowIP, What's my IP, My IP reveal or MyIP

Privacy is important for me.
I don't save or store any IP or other data.                    

확장 프로그램 기본 정보

이름 Check IP Check IP
ID obcihajiaphehdfilcjnhaebjdpnppnc
공식 URL https://chromewebstore.google.com/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc
설명 Shows your IP address with some additional Information and adds easy copy and paste functionality!
파일 크기 36.37 KB
설치 횟수 2,494
현재 버전 1.6
최근 업데이트 2016-04-23
출시 날짜 2016-04-22
평점 4.23/5 총 13 개의 평점
개발자 ✰✰✰✰✰✰
결제 유형 free
확장 프로그램 웹 사이트 https://chrome.google.com/webstore/detail/check-ip/obcihajiaphehdfilcjnhaebjdpnppnc
지원되는 언어 de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Check IP",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}