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ファイルをダウンロード

IP from Omnibox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}