IP Map

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

什么是IP Map?

IP Map是由Tritonio开发的Chrome扩展程序,该扩展的主要功能是“See your IP address and the IP address of the website you are visiting on a map.”。

扩展截图

screenshot

下载IP Map扩展crx文件

下载IP Map扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 IP Map IP Map
ID hhphckcekmhnkkjadjdafalalcgphmec
官方URL https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec
简介 See your IP address and the IP address of the website you are visiting on a map.
文件大小 27.24 KB
安装次数 892
当前版本 1.1.3
更新时间 2013-09-22
上架时间 2013-09-22
评分 4.40/5 共10次评分
开发者 Tritonio
付费类型 free
支持的语言 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"
    ]
}