IP Map

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

Hvad er IP Map?

IP Map er en Chrome-udvidelse udviklet af Tritonio, og dens hovedfunktion er "See your IP address and the IP address of the website you are visiting on a map.".

Udvidelsesskærmbilleder

screenshot

Download IP Map-udvidelses-CRX-fil

Download IP Map-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/)                    

Grundlæggende oplysninger om udvidelsen

Navn IP Map IP Map
ID hhphckcekmhnkkjadjdafalalcgphmec
Officiel URL https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec
Beskrivelse See your IP address and the IP address of the website you are visiting on a map.
Filstørrelse 27.24 KB
Antal Installationer 892
Nuværende Version 1.1.3
Senest Opdateret 2013-09-22
Udgivelsesdato 2013-09-22
Bedømmelse 4.40/5 Samlet 10 Bedømmelser
Udvikler Tritonio
Betalingsmetode free
Understøttede Sprog 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"
    ]
}