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
官方網址 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:\/\/*\/*"
    ]
}