IP from Omnibox

To copy your IP address, type copyip into the omnibox, then press tab and enter.

IP from Omnibox란 무엇입니까?

IP from Omnibox은(는) http://site.simonandrewbrown.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To copy your IP address, type copyip into the omnibox, then press tab and enter."입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        Copy your IP to the clipboard from the omnibox. Type "copyip", press tab, space and then enter. Similar extensions I've seen require you to click a button in the toolbar, which consumes screen space. Note that it may take a few seconds for the IP to be copied.

My IP is faked in the video. The extension will give you your real IP.

Privacy note: In order to obtain your IP, this extension calls a web service hosted on AppEngine using CORS over HTTPS. The data transmitted is the same data the browser sends to any web server when loading a web page.                    

확장 프로그램 기본 정보

이름 IP from Omnibox IP from Omnibox
ID nicknolophljefoicidblbeicplfonan
공식 URL https://chrome.google.com/webstore/detail/ip-from-omnibox/nicknolophljefoicidblbeicplfonan
설명 To copy your IP address, type copyip into the omnibox, then press tab and enter.
파일 크기 34.77 KB
설치 횟수 16
현재 버전 1.5
최근 업데이트 2012-11-05
출시 날짜 2012-11-05
평점 1.00/5 총 1 개의 평점
개발자 http://site.simonandrewbrown.co.uk
결제 유형 free
확장 프로그램 웹 사이트 http://www.isimonbrown.co.uk/contact/
도움말 페이지 URL http://www.isimonbrown.co.uk/contact/
지원되는 언어 en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP from Omnibox",
    "description": "To copy your IP address, type copyip into the omnibox, then press tab and enter.",
    "version": "1.5",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "omnibox": {
        "keyword": "copyip"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "clipboardWrite"
    ],
    "minimum_chrome_version": "20.0"
}