My Public IP
Displays your public IP address and the country that it belongs to.
什么是My Public IP?
My Public IP是由ml开发的Chrome扩展程序,该扩展的主要功能是“Displays your public IP address and the country that it belongs to.”。
扩展截图
下载My Public IP扩展crx文件
下载My Public IP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply click on the icon to see the information. IP info is retrieved from https://ip-api.com/. Flag images are from http://www.iconbeast.com.
扩展基本信息
名称 | My Public IP |
ID | mfogaajkjakkhpidbcbpfbbibgbmjihk |
官方URL | https://chromewebstore.google.com/detail/my-public-ip/mfogaajkjakkhpidbcbpfbbibgbmjihk |
简介 | Displays your public IP address and the country that it belongs to. |
文件大小 | 262 KB |
安装次数 | 250 |
当前版本 | 1.3 |
更新时间 | 2021-03-03 |
上架时间 | 2020-04-22 |
评分 | 4.50/5 共2次评分 |
开发者 | ml |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Public IP", "description": "Displays your public IP address and the country that it belongs to.", "version": "1.3", "browser_action": { "default_popup": "index.html", "default_title": "My Public IP" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "web_accessible_resources": [ "images\/*" ] } |