IP Map

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

Co je IP Map?

IP Map je rozšíření Chrome vyvinuté Tritonio, a jeho hlavní funkcí je „See your IP address and the IP address of the website you are visiting on a map.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření IP Map

Stáhněte si soubory rozšíření IP Map ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název IP Map IP Map
ID hhphckcekmhnkkjadjdafalalcgphmec
Oficiální URL https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec
Popis See your IP address and the IP address of the website you are visiting on a map.
Velikost souboru 27.24 KB
Počet instalací 892
Aktuální Verze 1.1.3
Poslední Aktualizace 2013-09-22
Datum Vydání 2013-09-22
Hodnocení 4.40/5 Celkem 10 Hodnocení
Vývojář Tritonio
Typ Platby free
Podporované Jazyky 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"
    ]
}