GetIP

A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/

什么是GetIP?

GetIP是由Wes Hargrove开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/”。

扩展截图

screenshot

下载GetIP扩展crx文件

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

扩展使用说明

                        So easy, your grandmother could use it.

Say goodbye to all of the tools that show your IP address and everything else you don't want. This is a simple no-frills way of getting your public IP address and nothing else.

Icon design by VisualPharm: http://www.visualpharm.com/                    

扩展基本信息

名称 GetIP GetIP
ID jomeonhdpabjofcfobeogadofenioidi
官方URL https://chrome.google.com/webstore/detail/getip/jomeonhdpabjofcfobeogadofenioidi
简介 A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http://www.visualpharm.com/
文件大小 53.3 KB
安装次数 13
当前版本 0.9.1
更新时间 2013-05-27
上架时间 2013-05-27
评分 5.00/5 共1次评分
开发者 Wes Hargrove
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GetIP",
    "description": "A simple extension that reveals the public IP address of your device. Icon design by VisualPharm: http:\/\/www.visualpharm.com\/",
    "version": "0.9.1",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_title": "GetIP",
        "default_icon": "icon-128.png",
        "default_popup": "getip.html"
    },
    "manifest_version": 2
}