Show External IP

Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.

Show External IPとは何ですか?

Show External IPはLewis Robertsによって開発されたChromeの拡張機能で、その主な機能は「Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Show External IP拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Show External IP is a simple extension that detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup window.

If you regularly change your proxy, or if your ISP assigned IP address changes often, you can use this extension to quickly see what your IP address is without having to visit another website or open a new tab which can take you from your flow.                    

拡張機能の基本情報

名前 Show External IP Show External IP
ID bajpeikcdohkooafedafajhfkacihiod
公式URL https://chromewebstore.google.com/detail/show-external-ip/bajpeikcdohkooafedafajhfkacihiod
説明 Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.
ファイルサイズ 12.11 KB
インストール数 2,204
現在のバージョン 1.0
最終更新日 2015-08-31
公開日 2015-08-31
評価 4.11/5 合計 9 レビュー
開発者 Lewis Roberts
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show External IP",
    "description": "Detects and shows your current external IP address (as seen by https:\/\/showextip.azurewebsites.net\/) in a convenient popup.",
    "version": "1.0",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "showextip.html",
        "default_title": "Show External IP"
    },
    "permissions": [
        "https:\/\/showextip.azurewebsites.net\/"
    ]
}