IP from Omnibox
To copy your IP address, type copyip into the omnibox, then press tab and enter.
什么是IP from Omnibox?
IP from Omnibox是由http://site.simonandrewbrown.co.uk开发的Chrome扩展程序,该扩展的主要功能是“To copy your IP address, type copyip into the omnibox, then press tab and enter.”。
扩展截图
下载IP from Omnibox扩展crx文件
下载IP from Omnibox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Copy your IP to the clipboard from the omnibox. Type "copyip", press tab, space and then enter. Similar extensions I've seen require you to click a button in the toolbar, which consumes screen space. Note that it may take a few seconds for the IP to be copied. My IP is faked in the video. The extension will give you your real IP. Privacy note: In order to obtain your IP, this extension calls a web service hosted on AppEngine using CORS over HTTPS. The data transmitted is the same data the browser sends to any web server when loading a web page.
扩展基本信息
名称 | |
ID | nicknolophljefoicidblbeicplfonan |
官方URL | https://chrome.google.com/webstore/detail/ip-from-omnibox/nicknolophljefoicidblbeicplfonan |
简介 | To copy your IP address, type copyip into the omnibox, then press tab and enter. |
文件大小 | 34.77 KB |
安装次数 | 16 |
当前版本 | 1.5 |
更新时间 | 2012-11-05 |
上架时间 | 2012-11-05 |
评分 | 1.00/5 共1次评分 |
开发者 | http://site.simonandrewbrown.co.uk |
付费类型 | free |
扩展官网 | http://www.isimonbrown.co.uk/contact/ |
帮助页面URL | http://www.isimonbrown.co.uk/contact/ |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP from Omnibox", "description": "To copy your IP address, type copyip into the omnibox, then press tab and enter.", "version": "1.5", "manifest_version": 2, "background": { "page": "background.html" }, "omnibox": { "keyword": "copyip" }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "permissions": [ "clipboardWrite" ], "minimum_chrome_version": "20.0" } |