My IP
Shows instantly your public ip adress
什么是My IP?
My IP是由http://www.astrofiles.net开发的Chrome扩展程序,该扩展的主要功能是“Shows instantly your public ip adress”。
扩展截图
下载My IP扩展crx文件
下载My IP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This shows your public Ip adress. No more, no less.
扩展基本信息
名称 | |
ID | bkgjkigmkppkgjpeegidgckghikakkhn |
官方URL | https://chrome.google.com/webstore/detail/my-ip/bkgjkigmkppkgjpeegidgckghikakkhn |
简介 | Shows instantly your public ip adress |
文件大小 | 37.09 KB |
安装次数 | 127 |
当前版本 | 1.1 |
更新时间 | 2013-06-17 |
上架时间 | 2013-06-17 |
评分 | 3.33/5 共15次评分 |
开发者 | http://www.astrofiles.net |
付费类型 | free |
扩展官网 | http://www.astrofiles.net/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My IP", "version": "1.1", "description": "Shows instantly your public ip adress", "permissions": [ "notifications" ], "browser_action": { "default_icon": "myip16.png", "default_popup": "popup.html" }, "icons": { "16": "myip16.png", "48": "myip48.png", "128": "myip128.png" } } |