IP Map
See your IP address and the IP address of the website you are visiting on a map.
Was ist IP Map?
IP Map ist eine Chrome-Erweiterung, die von Tritonio entwickelt wurde, und ihr Hauptmerkmal ist "See your IP address and the IP address of the website you are visiting on a map.".
Erweiterungsscreenshots
IP Map-Erweiterungs-CRX-Datei herunterladen
Laden Sie IP Map-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
Click on the extension's icon and a popup will show you and the site you are viewing on two maps along with your IP addresses. Thanks to http://www.geoipview.com for the geolocation service. Thanks to FAM FAM FAM for the map icon (http://www.famfamfam.com/lab/icons/silk/)
Grundlegende Informationen zur Erweiterung
Name | |
ID | hhphckcekmhnkkjadjdafalalcgphmec |
Offizielle URL | https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec |
Beschreibung | See your IP address and the IP address of the website you are visiting on a map. |
Dateigröße | 27.24 KB |
Installationsanzahl | 892 |
Aktuelle Version | 1.1.3 |
Letztes Update | 2013-09-22 |
Veröffentlichungsdatum | 2013-09-22 |
Bewertung | 4.40/5 Insgesamt 10 Bewertungen |
Entwickler | Tritonio |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Map", "version": "1.1.3", "manifest_version": 2, "description": "See your IP address and the IP address of the website you are visiting on a map.", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "map_magnify.png", "default_popup": "index.html", "default_title": "IP Map" }, "permissions": [ "tabs" ] } |