my IP address

Show my IP Address and Whois Information For this IP Address.

What is my IP address?

my IP address is a Chrome extension developed by http://www.uuware.com, and its main feature is "Show my IP Address and Whois Information For this IP Address.".

Extension Screenshots

screenshot

Download my IP address Extension CRX File

Download my IP address extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        What Is My IP Address?
View you'r comuter IP Address (Internet Protocol Address)
Include Whois information.

显示您正在上网的IP地址,和相关的一些信息。

IPアドレスが表示されます。
IPアドレスを検出、関連ISPの名前が表示されます。                    

Extension Basic Information

Name my IP address my IP address
ID eooboalmgfkpilfmmhicinaalnjcgdph
Official URL https://chrome.google.com/webstore/detail/my-ip-address/eooboalmgfkpilfmmhicinaalnjcgdph
Description Show my IP Address and Whois Information For this IP Address.
File Size 48.62 KB
Installation Count 16
Current Version 2.0
Last Updated 2013-11-07
Publish Date 2013-11-07
Developer http://www.uuware.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "my IP address",
    "description": "Show my IP Address and Whois Information For this IP Address.",
    "version": "2.0",
    "manifest_version": 2,
    "homepage_url": "http:\/\/uuware.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "32": "icon-small.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon-small.png"
    },
    "permissions": [
        "tabs",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}