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
官方URL 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"
        ]
    }
}