IP Checker

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

Cos'è IP Checker?

IP Checker è un'estensione di Chrome sviluppata da http://zhshipu.com, e la sua funzione principale è "Check IP address with a simple select(highlight) way.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IP Checker

Scarica i file di estensione IP Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome IP Checker IP Checker
ID nkgcmlhdobaiblmfjmacblccgmaokmhf
URL Ufficiale https://chrome.google.com/webstore/detail/ip-checker/nkgcmlhdobaiblmfjmacblccgmaokmhf
Descrizione Check IP address with a simple select(highlight) way.
Dimensione del File 255 KB
Conteggio Installazioni 51
Versione Corrente 1.1.2
Ultimo Aggiornamento 2014-12-18
Data di Pubblicazione 2014-12-18
Sviluppatore http://zhshipu.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.zhshipu.com/ip-checker/
Lingue Supportate 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"
        ]
    }
}