IP Map

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

What is IP Map?

IP Map is a Chrome extension developed by Tritonio, and its main feature is "See your IP address and the IP address of the website you are visiting on a map.".

Extension Screenshots

screenshot

Download IP Map Extension CRX File

Download IP Map extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name IP Map IP Map
ID hhphckcekmhnkkjadjdafalalcgphmec
Official URL https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec
Description See your IP address and the IP address of the website you are visiting on a map.
File Size 27.24 KB
Installation Count 892
Current Version 1.1.3
Last Updated 2013-09-22
Publish Date 2013-09-22
Rating 4.40/5 Total 10 Ratings
Developer Tritonio
Payment Type free
Supported Languages 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"
    ]
}