Server IP
View Server IP address or alias
什么是Server IP?
Server IP是由Hixon Web Development开发的Chrome扩展程序,该扩展的主要功能是“View Server IP address or alias”。
扩展截图
下载Server IP扩展crx文件
下载Server IP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
What's new in v2.2.0? - Added option for each IP to also be associated with a color - Reduced the amount of flicker when loading multiple windows or tabs Simple chrome extension that gives you the IP address of the server where the current page was received from - great for switching hosts file between local, development, QC, and live servers that require the same url. Similar to ShowIP for Firefox. A difference from ShowIP is that Chrome does not leave enough room to automatically show the full IP address. For this reason just the last segment is shown automatically but the full IP address is available by clicking on the icon. You can also assign a mnemonic / abbreviation and colors through the Options panel. Published under the MIT License. GitHub listing: https://github.com/jcottrell/ServerIP Note that it requires some type of network traffic with the site before it will register the IP address.
扩展基本信息
名称 | Server IP |
ID | lllhkijapbmlekoldcoohglpihmcjdgj |
官方URL | https://chromewebstore.google.com/detail/server-ip/lllhkijapbmlekoldcoohglpihmcjdgj |
简介 | View Server IP address or alias |
文件大小 | 35.34 KB |
安装次数 | 8,747 |
当前版本 | 2.2.0 |
更新时间 | 2013-07-04 |
上架时间 | 2013-07-03 |
评分 | 4.28/5 共47次评分 |
开发者 | Hixon Web Development |
付费类型 | free |
扩展官网 | https://github.com/jcottrell/ServerIP |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Server IP", "version": "2.2.0", "description": "View Server IP address or alias", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", " |