GetIPs

Get Intranet IP And Internet IP

What is GetIPs?

GetIPs is a Chrome extension developed by quyatong, and its main feature is "Get Intranet IP And Internet IP".

Extension Screenshots

screenshot

Download GetIPs Extension CRX File

Download GetIPs 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,为开发者提供便利                    

Extension Basic Information

Name GetIPs GetIPs
ID aochggnalikenlkjhlbbmninklkndamm
Official URL https://chrome.google.com/webstore/detail/getips/aochggnalikenlkjhlbbmninklkndamm
Description Get Intranet IP And Internet IP
File Size 39.21 KB
Installation Count 16
Current Version 0.0.2
Last Updated 2016-04-06
Publish Date 2016-04-06
Rating 5.00/5 Total 2 Ratings
Developer quyatong
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GetIPs",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Get Intranet IP And Internet IP",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "GetIPs",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "page.js"
            ]
        }
    ]
}