IP Map

See your IP address and the IP address of the website you are visiting on a map.

Cos'è IP Map?

IP Map è un'estensione di Chrome sviluppata da Tritonio, e la sua funzione principale è "See your IP address and the IP address of the website you are visiting on a map.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IP Map

Scarica i file di estensione IP Map 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

                        Click on the extension's icon and a popup will show you and the site you are viewing on two maps along with your IP addresses.

Thanks to http://www.geoipview.com for the geolocation service.
Thanks to FAM FAM FAM for the map icon (http://www.famfamfam.com/lab/icons/silk/)                    

Informazioni di Base sull'Estensione

Nome IP Map IP Map
ID hhphckcekmhnkkjadjdafalalcgphmec
URL Ufficiale https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec
Descrizione See your IP address and the IP address of the website you are visiting on a map.
Dimensione del File 27.24 KB
Conteggio Installazioni 892
Versione Corrente 1.1.3
Ultimo Aggiornamento 2013-09-22
Data di Pubblicazione 2013-09-22
Valutazione 4.40/5 Totale 10 Valutazioni
Sviluppatore Tritonio
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Map",
    "version": "1.1.3",
    "manifest_version": 2,
    "description": "See your IP address and the IP address of the website you are visiting on a map.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "map_magnify.png",
        "default_popup": "index.html",
        "default_title": "IP Map"
    },
    "permissions": [
        "tabs"
    ]
}