Check my public and private IP addresses
Check out the personal and public IP addresses of the client
什么是Check my public and private IP addresses?
Check my public and private IP addresses是由Marin Marinov开发的Chrome扩展程序,该扩展的主要功能是“Check out the personal and public IP addresses of the client”。
扩展截图
下载Check my public and private IP addresses扩展crx文件
下载Check my public and private IP addresses扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The fastest way to check out your public and private IP addresses. Extremely light extension for instant check out both the public and private IP addresses of the client. You don't need to load any additional websites to check them out. Even if you don't have internet access you still be able to check out your private IP address. * Private IP address is the IP address of your device, using it in your local network. * Public IP address is the IP address given to your device by your internet provider, or proxy server, etc. It is visible by the outer world.
扩展基本信息
名称 | |
ID | nmhkffmkjbepohgmonlkfoifdbncbgbl |
官方URL | https://chrome.google.com/webstore/detail/check-my-public-and-priva/nmhkffmkjbepohgmonlkfoifdbncbgbl |
简介 | Check out the personal and public IP addresses of the client |
文件大小 | 23.3 KB |
安装次数 | 589 |
当前版本 | 1.2.0 |
更新时间 | 2016-08-29 |
上架时间 | 2016-08-29 |
评分 | 4.41/5 共22次评分 |
开发者 | Marin Marinov |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check my public and private IP addresses", "short_name": "Check my IPs", "description": "Check out the personal and public IP addresses of the client", "version": "1.2.0", "browser_action": { "default_icon": "img\/Check-my-IPs-128.png", "default_popup": "popup.html", "default_title": "Check out my IP addresses" }, "author": "Marin Marinov", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |