IP Checker

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

Wat is IP Checker?

IP Checker is een Chrome-extensie ontwikkeld door http://zhshipu.com, en de belangrijkste functie is "Check IP address with a simple select(highlight) way.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IP Checker

Download IP Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam IP Checker IP Checker
ID nkgcmlhdobaiblmfjmacblccgmaokmhf
Officiële URL https://chrome.google.com/webstore/detail/ip-checker/nkgcmlhdobaiblmfjmacblccgmaokmhf
Beschrijving Check IP address with a simple select(highlight) way.
Bestandsgrootte 255 KB
Aantal Installaties 51
Huidige Versie 1.1.2
Laatst Bijgewerkt 2014-12-18
Publicatiedatum 2014-12-18
Ontwikkelaar http://zhshipu.com
Betalingswijze free
Extensiewebsite http://www.zhshipu.com/ip-checker/
Ondersteunde Talen 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"
        ]
    }
}