IP Checker

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

什么是IP Checker?

IP Checker是由http://zhshipu.com开发的Chrome扩展程序,该扩展的主要功能是“Check IP address with a simple select(highlight) way.”。

扩展截图

screenshot

下载IP Checker扩展crx文件

下载IP Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        使用光标选中任意页面中的IP地址即可快速查询IP相关信息(包括地理位置、当地时间、经纬度等)。
Check IP address with a simple select(highlight) way.                    

扩展基本信息

名称 IP Checker IP Checker
ID nkgcmlhdobaiblmfjmacblccgmaokmhf
官方URL https://chrome.google.com/webstore/detail/ip-checker/nkgcmlhdobaiblmfjmacblccgmaokmhf
简介 Check IP address with a simple select(highlight) way.
文件大小 255 KB
安装次数 51
当前版本 1.1.2
更新时间 2014-12-18
上架时间 2014-12-18
开发者 http://zhshipu.com
付费类型 free
扩展官网 http://www.zhshipu.com/ip-checker/
支持的语言 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"
        ]
    }
}