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"
        ]
    }
}