View My IP

This extension shows you your current IP and geo-location information fast and conveniently

什么是View My IP?

View My IP是由http://vmyip.com开发的Chrome扩展程序,该扩展的主要功能是“This extension shows you your current IP and geo-location information fast and conveniently”。

扩展截图

screenshot

下载View My IP扩展crx文件

下载View My IP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension help you quickly detect your current IP Address, with just a click anytime. Along with the IP Address is its geo-location.                    

扩展基本信息

名称 View My IP View My IP
ID mgjbnpghbpameejpejjehncamlookcco
官方URL https://chrome.google.com/webstore/detail/view-my-ip/mgjbnpghbpameejpejjehncamlookcco
简介 This extension shows you your current IP and geo-location information fast and conveniently
文件大小 10.28 KB
安装次数 52
当前版本 1.0.2
更新时间 2015-07-23
上架时间 2015-07-23
评分 1.50/5 共2次评分
开发者 http://vmyip.com
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View My IP",
    "short_name": "VmyIP",
    "description": "This extension shows you your current IP and geo-location information fast and conveniently",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "View My IP Information"
    },
    "permissions": [
        "webRequest",
        "https:\/\/vmyip.com\/"
    ]
}