Address Center
Get the LAN (local) and WAN (global) and proxy IP address of your machine.
什么是Address Center?
Address Center是由http://address.center开发的Chrome扩展程序,该扩展的主要功能是“Get the LAN (local) and WAN (global) and proxy IP address of your machine.”。
扩展截图
下载Address Center扩展crx文件
下载Address Center扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple extension to display your wan, lan and proxy (if any) addresses and copy to clipboard with a single click. Useful if you are tired of typing ifconfig (or ipconfig). Additionally it is easier to use this extension or tell a user to enter address.center in the browser to access the web page version to get their ip address than 'start/run/ipconfig'.
扩展基本信息
名称 | |
ID | ihekpjbhoealaddfhobdmoeookjghhod |
官方URL | https://chrome.google.com/webstore/detail/address-center/ihekpjbhoealaddfhobdmoeookjghhod |
简介 | Get the LAN (local) and WAN (global) and proxy IP address of your machine. |
文件大小 | 54.52 KB |
安装次数 | 192 |
当前版本 | 1.1.2 |
更新时间 | 2016-03-18 |
上架时间 | 2016-03-18 |
评分 | 5.00/5 共3次评分 |
开发者 | http://address.center |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://address.center/ |
隐私政策页面URL | http://address.center/static/privacypolicy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Address Center", "description": "Get the LAN (local) and WAN (global) and proxy IP address of your machine.", "version": "1.1.2", "author": "Attila Monostori", "homepage_url": "http:\/\/address.center\/", "short_name": "Address Center", "browser_action": { "default_icon": "images\/address-center-logo.png", "default_popup": "popup.html" }, "icons": { "16": "images\/favicon-16x16.png", "32": "images\/favicon-32x32.png", "96": "images\/favicon-96x96.png", "128": "images\/address-center-logo-128.png", "420": "images\/address-center-logo.png" }, "permissions": [ "https:\/\/ajax.googleapis.com\/" ] } |