IP
Get's your public/private IP address
什么是IP?
IP是由Kalin Ivanov开发的Chrome扩展程序,该扩展的主要功能是“Get's your public/private IP address”。
扩展截图
下载IP扩展crx文件
下载IP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shows your public IP address as well as your private one. Uses STUN server and UDP protocol to resolve the IP Notifications if Private or Public IP address change
扩展基本信息
名称 | IP |
ID | delkinfpajdmdkheaoilmmghhhoeoaic |
官方URL | https://chromewebstore.google.com/detail/ip/delkinfpajdmdkheaoilmmghhhoeoaic |
简介 | Get's your public/private IP address |
文件大小 | 31.97 KB |
安装次数 | 131 |
当前版本 | 0.2.6 |
更新时间 | 2015-04-28 |
上架时间 | 2015-04-28 |
评分 | 4.67/5 共3次评分 |
开发者 | Kalin Ivanov |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP", "manifest_version": 2, "version": "0.2.6", "minimum_chrome_version": "32", "description": "Get's your public\/private IP address", "permissions": [ "notifications", "storage" ], "icons": { "64": "ip.png", "128": "ip_128.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "64": "ip.png", "128": "ip_128.png" } } } |