IP address lookup
Displays your public IP address and location (country and city).
什么是IP address lookup?
IP address lookup是由https://extpose.com开发的Chrome扩展程序,该扩展的主要功能是“Displays your public IP address and location (country and city).”。
扩展截图
下载IP address lookup扩展crx文件
下载IP address lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension simply displays your IP address and location info including city and country based on geoip data. It's useful if you use VPN or proxy service and want to check whether your ip address has been changed. What is IP address? An Internet Protocol address (IP address) is a logical numeric address that is assigned to every single computer, printer, switch, router or any other device that is part of a TCP/IP-based network.
扩展基本信息
名称 | IP address lookup |
ID | gljgjdaepgbcolgbkijpddfgkokjpale |
官方URL | https://chromewebstore.google.com/detail/ip-address-lookup/gljgjdaepgbcolgbkijpddfgkokjpale |
简介 | Displays your public IP address and location (country and city). |
文件大小 | 325 KB |
安装次数 | 614 |
当前版本 | 1.0.0 |
更新时间 | 2019-10-13 |
上架时间 | 2019-10-12 |
评分 | 3.80/5 共5次评分 |
开发者 | https://extpose.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://docs.google.com/document/d/e/2PACX-1vRo7pRGkrPkeucDrEMpUVuhPeiPEhxy9h55kQTXQuXpfdWSAhHdFqjohyl68d_Aa2AYPmkKoDq1ZNWn/pub |
支持的语言 | en,en-GB,en-US,tr,es,es-419,ru,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.0", "icons": { "16": "logo16.png", "48": "logo48.png", "64": "logo64.png", "128": "logo128.png" }, "permissions": [ "https:\/\/ifconfig.co\/", "alarms" ], "minimum_chrome_version": "22", "browser_action": { "default_icon": "logo32.png", "default_title": "(no data)" }, "background": { "scripts": [ "background-update.js" ], "persistent": false } } |