IP Location Lookup Tool

Find IP location of the website or check location of custom IP and display it on the map.

什么是IP Location Lookup Tool?

IP Location Lookup Tool是由https://www.positionbox.com开发的Chrome扩展程序,该扩展的主要功能是“Find IP location of the website or check location of custom IP and display it on the map.”。

扩展截图

screenshot
screenshot

下载IP Location Lookup Tool扩展crx文件

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

扩展使用说明

                        PositionBox is a free IP geolocation service providing reliable information about location of the IP address on the map. 

Our service helps you to find information about your current IP address or any other IP address.

IP address location data can include information such as country, country code, region code, region name, city, zip code, latitude, longitude, timezone and ISP name. For some IP location requests we are also able to find out if the IP is a mobile connection. Try our IP lookup tool.                    

扩展基本信息

名称 IP Location Lookup Tool IP Location Lookup Tool
ID opepgmgohfgekifjilijmdldmccfbgke
官方URL https://chromewebstore.google.com/detail/ip-location-lookup-tool/opepgmgohfgekifjilijmdldmccfbgke
简介 Find IP location of the website or check location of custom IP and display it on the map.
文件大小 11.94 KB
安装次数 5,161
当前版本 1.0
更新时间 2015-07-13
上架时间 2015-07-13
评分 4.00/5 共10次评分
开发者 https://www.positionbox.com
付费类型 free
扩展官网 http://www.positionbox.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "IP Location Lookup Tool",
    "short_name": "IP Location Lookup",
    "author": "positionbox.com",
    "description": "Find IP location of the website or check location of custom IP and display it on the map.",
    "homepage_url": "http:\/\/www.positionbox.com",
    "browser_action": {
        "default_icon": "icon24.png",
        "default_popup": "popup.html",
        "default_title": "IP location lookup - click for details"
    },
    "icons": {
        "16": "icon16.png",
        "24": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}