RackVM Argentina - IP Address
Your public IP address, with just one click.
什么是RackVM Argentina - IP Address?
RackVM Argentina - IP Address是由https://www.rackvm.com.ar开发的Chrome扩展程序,该扩展的主要功能是“Your public IP address, with just one click.”。
扩展截图
下载RackVM Argentina - IP Address扩展crx文件
下载RackVM Argentina - IP Address扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension has a very basic but useful mean, you will have your public IP address in just one click, indeed without click you'll see it in icon tooltip. The IP Address is displayed in a input box so copy will be very easy! We'll keep it updated, if you like more utility extensions please leave your comment. RackVM Argentina, Nicolás Genen
扩展基本信息
名称 | RackVM Argentina - IP Address |
ID | kflenddfnalfbplnfmifihimelnbcdcb |
官方URL | https://chromewebstore.google.com/detail/rackvm-argentina-ip-addre/kflenddfnalfbplnfmifihimelnbcdcb |
简介 | Your public IP address, with just one click. |
文件大小 | 6.92 KB |
安装次数 | 26 |
当前版本 | 2.1 |
更新时间 | 2012-11-13 |
上架时间 | 2012-11-12 |
评分 | 5.00/5 共1次评分 |
开发者 | https://www.rackvm.com.ar |
付费类型 | free |
扩展官网 | http://www.rackvm.com.ar |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "RackVM Argentina - IP Address", "version": "2.1", "manifest_version": 2, "description": "Your public IP address, with just one click.", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "ipext.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/ip.rackvm.com.ar\/" ] } |