my IP address

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

Was ist my IP address?

my IP address ist eine Chrome-Erweiterung, die von http://www.uuware.com entwickelt wurde, und ihr Hauptmerkmal ist "Show my IP Address and Whois Information For this IP Address.".

Erweiterungsscreenshots

screenshot

my IP address-Erweiterungs-CRX-Datei herunterladen

Laden Sie my IP address-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

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

Grundlegende Informationen zur Erweiterung

Name my IP address my IP address
ID eooboalmgfkpilfmmhicinaalnjcgdph
Offizielle URL https://chrome.google.com/webstore/detail/my-ip-address/eooboalmgfkpilfmmhicinaalnjcgdph
Beschreibung Show my IP Address and Whois Information For this IP Address.
Dateigröße 48.62 KB
Installationsanzahl 16
Aktuelle Version 2.0
Letztes Update 2013-11-07
Veröffentlichungsdatum 2013-11-07
Entwickler http://www.uuware.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}