Check IP Location

An IP location lookup tool to show the IP Address of website server and your IP address and location.

什么是Check IP Location?

Check IP Location是由https://windows11tools.com开发的Chrome扩展程序,该扩展的主要功能是“An IP location lookup tool to show the IP Address of website server and your IP address and location.”。

扩展截图

screenshot
screenshot
screenshot

下载Check IP Location扩展crx文件

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

扩展使用说明

                        Check IP Location extension from chrome is an IP lookup tool which helps you check IP address of website and your IP address. The IP address location information reveals the country, city, zip code, latitude, longitude and more. 

Features:
Show IP address of website and your IP address.
Shows the country and city where the IP address of website is located. 
Shows the details of IP address location of website, such as domain, IP address, latitude and longitude.
Allow you check your own IP address and IP address location.
Such as domain, IP address, city, country, latitude and longitude.                    

扩展基本信息

名称 Check IP Location Check IP Location
ID llojockfgfhkfamacneabklekofeooed
官方URL https://chrome.google.com/webstore/detail/check-ip-location/llojockfgfhkfamacneabklekofeooed
简介 An IP location lookup tool to show the IP Address of website server and your IP address and location.
文件大小 27.18 KB
安装次数 14
当前版本 1.0
更新时间 2021-10-23
上架时间 2021-10-07
评分 5.00/5 共3次评分
开发者 https://windows11tools.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://windows11tools.com/what-is-my-ip-address/?ref=checkiplocation
隐私政策页面URL https://windows11tools.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Check IP Location",
    "short_name": "IP Address & Location",
    "author": "windows11tools.com",
    "description": "An IP location lookup tool to show the IP Address of website server and your IP address and location.",
    "homepage_url": "https:\/\/windows11tools.com",
    "browser_action": {
        "default_icon": "icon24.png",
        "default_popup": "popup.html",
        "default_title": "Show IP Address location details with 1-click"
    },
    "icons": {
        "16": "icon16.png",
        "24": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}