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
官方網址 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\/"
    ]
}