What is my IP address?
What is my IP address?
什么是What is my IP address??
What is my IP address?是由OpenAdminTools.com开发的Chrome扩展程序,该扩展的主要功能是“What is my IP address?”。
扩展截图
下载What is my IP address?扩展crx文件
下载What is my IP address?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Detect the current public IP address, and display below details:
- IP Address
- IP whois information
- Country Code
- Country
- City
- Latitude:
- Longitude: 扩展基本信息
| 名称 | |
| ID | floedkhigbndbnimpflddnlefhopmfhc |
| 官方URL | https://chromewebstore.google.com/detail/what-is-my-ip-address/floedkhigbndbnimpflddnlefhopmfhc |
| 简介 | What is my IP address? |
| 文件大小 | 275 KB |
| 安装次数 | 3,840 |
| 当前版本 | 2.0.0 |
| 更新时间 | 2019-07-04 |
| 上架时间 | 2019-07-03 |
| 评分 | 4.51/5 共202次评分 |
| 开发者 | OpenAdminTools.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.openadmintools.com |
| 帮助页面URL | https://ip.openadmintools.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.0.0",
"manifest_version": 2,
"browser_action": {
"default_icon": {
"19": "image\/logo-19.png",
"38": "image\/logo-38.png"
},
"default_title": "What is my IP address?",
"default_popup": "popup.html"
},
"description": "What is my IP address?",
"icons": {
"32": "image\/logo-32.png",
"48": "image\/logo-48.png",
"64": "image\/logo-64.png",
"128": "image\/logo-128.png"
},
"web_accessible_resources": [
"frame-ip.html",
"jsr\/frame-ip.js"
],
"name": "What is my IP address?",
"permissions": [
"*:\/\/*\/*"
]
} | |