IP Checker

Check IP address with a simple select(highlight) way.

What is IP Checker?

IP Checker is a Chrome extension developed by http://zhshipu.com, and its main feature is "Check IP address with a simple select(highlight) way.".

Extension Screenshots

screenshot

Download IP Checker Extension CRX File

Download IP Checker 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相关信息(包括地理位置、当地时间、经纬度等)。
Check IP address with a simple select(highlight) way.                    

Extension Basic Information

Name IP Checker IP Checker
ID nkgcmlhdobaiblmfjmacblccgmaokmhf
Official URL https://chrome.google.com/webstore/detail/ip-checker/nkgcmlhdobaiblmfjmacblccgmaokmhf
Description Check IP address with a simple select(highlight) way.
File Size 255 KB
Installation Count 51
Current Version 1.1.2
Last Updated 2014-12-18
Publish Date 2014-12-18
Developer http://zhshipu.com
Payment Type free
Extension Website http://www.zhshipu.com/ip-checker/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Checker",
    "manifest_version": 2,
    "version": "1.1.2",
    "description": "Check IP address with a simple select(highlight) way.",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.jpg",
        "128": "icon128.jpg"
    },
    "web_accessible_resources": [
        "favicon.ico"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "jquery-1.8.3.js",
                "iphelper.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "background": "background.html",
        "scripts": [
            "background.js"
        ]
    }
}