Show Server IP

Show the IPs that were queried in loading the Site.

什麼是Show Server IP?

Show Server IP是由bongokarl101010開發的Chrome擴展程式,該擴展的主要功能是“Show the IPs that were queried in loading the Site.”。

擴展截圖

screenshot

下載Show Server IP擴展crx文件

下載Show Server IP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Show the Server IP without interacting with external Sites.
If you are behind a proxy it will only show the IP of the Proxy!                    

擴展基本資訊

名稱 Show Server IP Show Server IP
ID cpnkmkgpcebncmhdihkfalghpdiponok
官方網址 https://chrome.google.com/webstore/detail/show-server-ip/cpnkmkgpcebncmhdihkfalghpdiponok
簡介 Show the IPs that were queried in loading the Site.
檔案大小 28.31 KB
安裝次數 76
目前版本 2.3
更新時間 2017-10-10
上架時間 2017-10-08
開發者 bongokarl101010
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show Server IP",
    "version": "2.3",
    "description": "Show the IPs that were queried in loading the Site.",
    "icons": {
        "64": "icons\/ip.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/ip.png",
        "default_title": "Chill out"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}