MyIP Extension
Chrome Extension that shows your external IP and geolocation
Was ist MyIP Extension?
MyIP Extension ist eine Chrome-Erweiterung, die von https://travelingtechguy.com entwickelt wurde, und ihr Hauptmerkmal ist "Chrome Extension that shows your external IP and geolocation".
Erweiterungsscreenshots
MyIP Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie MyIP Extension-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 shows your IP, and tries to deduce geolocation information, using IPInfoDB. It allows copying the IP to the clipboard, and showing a Google map of the location found (IF a location was found). The source of this extension is on GitHub at https://github.com/TravelingTechGuy/myipextension.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lejbibljgiojigkpkhmdgdhmiaddgidd |
Offizielle URL | https://chromewebstore.google.com/detail/myip-extension/lejbibljgiojigkpkhmdgdhmiaddgidd |
Beschreibung | Chrome Extension that shows your external IP and geolocation |
Dateigröße | 55.33 KB |
Installationsanzahl | 113 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2014-07-16 |
Veröffentlichungsdatum | 2014-07-16 |
Bewertung | 2.33/5 Insgesamt 3 Bewertungen |
Entwickler | https://travelingtechguy.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.travelingtechguy.com |
Hilfeseite URL | https://github.com/TravelingTechGuy/myipextension |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyIP Extension", "version": "1.0.5", "manifest_version": 2, "description": "Chrome Extension that shows your external IP and geolocation", "homepage_url": "http:\/\/www.TravelingTechGuy.com", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Show my IP", "default_popup": "popup.html" }, "permissions": [ "clipboardWrite", "http:\/\/myip.travelingtechguy.com\/" ] } |