Simple IP Address

Dead simple IP address lookup. Displays your current IP address upon click. No frills.

Simple IP Address란 무엇입니까?

Simple IP Address은(는) Connor Finley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dead simple IP address lookup. Displays your current IP address upon click. No frills."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        An IP address is a pretty simple thing. Looking it up should be pretty simple, too. This straightforward extension looks up your computer's IP address upon request. That's it. Just click or hover over the icon and there's your IP. Simple.

There are other tools out there that do the same thing, but I wanted to make this as easy and speedy as possible, not bloated like other apps. 

This extension also provides a real-time lookup of your IP address which is useful for connecting to proxies or private networks when you need to quickly know if your IP address has changed. All you have to do is click the button or just hover, you don't even have to type anything!                    

확장 프로그램 기본 정보

이름 Simple IP Address Simple IP Address
ID beaeacognkdpaocggmkiobmgndbhpjap
공식 URL https://chromewebstore.google.com/detail/simple-ip-address/beaeacognkdpaocggmkiobmgndbhpjap
설명 Dead simple IP address lookup. Displays your current IP address upon click. No frills.
파일 크기 25.2 KB
설치 횟수 457
현재 버전 1.0.0
최근 업데이트 2015-06-05
출시 날짜 2015-06-04
평점 4.67/5 총 6 개의 평점
개발자 Connor Finley
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple IP Address",
    "version": "1.0.0",
    "manifest_version": 2,
    "author": "Connor Finley",
    "description": "Dead simple IP address lookup. Displays your current IP address upon click. No frills.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.ipify.org\/"
    ],
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "IP Address Lookup",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}