View My IP
This extension shows you your current IP and geo-location information fast and conveniently
Was ist View My IP?
View My IP ist eine Chrome-Erweiterung, die von http://vmyip.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows you your current IP and geo-location information fast and conveniently".
Erweiterungsscreenshots
View My IP-Erweiterungs-CRX-Datei herunterladen
Laden Sie View My IP-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
This extension help you quickly detect your current IP Address, with just a click anytime. Along with the IP Address is its geo-location.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mgjbnpghbpameejpejjehncamlookcco |
Offizielle URL | https://chrome.google.com/webstore/detail/view-my-ip/mgjbnpghbpameejpejjehncamlookcco |
Beschreibung | This extension shows you your current IP and geo-location information fast and conveniently |
Dateigröße | 10.28 KB |
Installationsanzahl | 52 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2015-07-23 |
Veröffentlichungsdatum | 2015-07-23 |
Bewertung | 1.50/5 Insgesamt 2 Bewertungen |
Entwickler | http://vmyip.com |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |