IP Checker

Detects your browsers current external IP and stores this in a local history.

Cos'è IP Checker?

IP Checker è un'estensione di Chrome sviluppata da TC S, e la sua funzione principale è "Detects your browsers current external IP and stores this in a local history.".

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

                        Detects your browsers current external IP and stores this in a local (localstorage) history.

Uses the API from ip-api.com.

Want to contribute or make your own version?
https://github.com/tcskrovseth/IP-Checker                    

Informazioni di Base sull'Estensione

Nome IP Checker IP Checker
ID ccaimhnnnhjghhdinbipmbjkkgkbanha
URL Ufficiale https://chrome.google.com/webstore/detail/ip-checker/ccaimhnnnhjghhdinbipmbjkkgkbanha
Descrizione Detects your browsers current external IP and stores this in a local history.
Dimensione del File 21.31 KB
Conteggio Installazioni 87
Versione Corrente 1.0.0
Ultimo Aggiornamento 2014-12-14
Data di Pubblicazione 2014-12-14
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore TC S
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tcskrovseth/IP-Checker
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP Checker",
    "description": "Detects your browsers current external IP and stores this in a local history.",
    "version": "1.0.0",
    "permissions": [
        "http:\/\/ip-api.com\/json"
    ],
    "browser_action": {
        "default_icon": ".\/images\/icon.png",
        "default_popup": "index.html"
    }
}