show ip

show ip

What is show ip?

show ip is a Chrome extension developed by mojidong, and its main feature is "show ip".

Extension Screenshots

screenshot

Download show ip Extension CRX File

Download show ip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        显示请求页面的ip地址,帮助用户根据ip来区分环境。

2023-12-21
1. 迁移到manifest v3

2019-04-23
1.修复安装报“无法加载扩展程序图标“images/icon16.png”的错误。
2.调整默认显示位置为右侧。

2018-10-07
1.移除开发者工具面板。
2.修复IPV6显示问题。

2014-1-11
1.修复pdf全屏时覆盖整个屏幕的问题。
2.修复导航页显示undefined的问题。
3.新增开发者工具面板。
4.调整了显示的字体。                    

Extension Basic Information

Name show ip show ip
ID nfdipejbaaclaioanjipeblnbplaeabl
Official URL https://chromewebstore.google.com/detail/show-ip/nfdipejbaaclaioanjipeblnbplaeabl
Description show ip
File Size 66.29 KB
Installation Count 1,263
Current Version 1.6.1
Last Updated 2023-12-22
Publish Date 2019-04-22
Rating 4.22/5 Total 9 Ratings
Developer mojidong
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "show ip",
    "version": "1.6.1",
    "description": "show ip",
    "minimum_chrome_version": "88",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "listen_req.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "show_ip.css"
            ],
            "js": [
                "jquery.js",
                "show_ip.js"
            ]
        }
    ],
    "permissions": [
        "webNavigation",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}