The IP

A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.

The IP란 무엇입니까?

The IP은(는) http://atool.vip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.

Also, you can switch off the plugin just by CLICK the logo of it.

The plugin release the memory cache after use it, so very very low memory usage.                    

확장 프로그램 기본 정보

이름 The IP The IP
ID ehaiielehjkjaofolpmdmcjgffbeicck
공식 URL https://chrome.google.com/webstore/detail/the-ip/ehaiielehjkjaofolpmdmcjgffbeicck
설명 A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.
파일 크기 23.15 KB
설치 횟수 1,000
현재 버전 1.1.0
최근 업데이트 2018-07-09
출시 날짜 2018-07-09
평점 4.60/5 총 20 개의 평점
개발자 http://atool.vip
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/hustcc
개인정보 보호 정책 페이지 URL https://atool.vip
지원되는 언어 en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/res\/js\/ajax.js",
            "\/res\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "\/res\/css\/contents\/ip.css"
            ],
            "js": [
                "\/res\/js\/contents\/ip.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "zh_CN",
    "description": "__MSG_extDesp__",
    "name": "__MSG_extName__",
    "icons": {
        "128": "\/res\/icon\/icon.png",
        "64": "\/res\/icon\/icon.png",
        "32": "\/res\/icon\/icon.png",
        "16": "\/res\/icon\/icon.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "res\/icon\/icon.png",
            "38": "res\/icon\/icon.png"
        }
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "storage"
    ],
    "version": "1.1.0"
}