IP Map
See your IP address and the IP address of the website you are visiting on a map.
Wat is IP Map?
IP Map is een Chrome-extensie ontwikkeld door Tritonio, en de belangrijkste functie is "See your IP address and the IP address of the website you are visiting on a map.".
Extensie Screenshots
Download het CRX-bestand van de extensie IP Map
Download IP Map-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/)
Basisinformatie over de Extensie
Naam | |
ID | hhphckcekmhnkkjadjdafalalcgphmec |
Officiële URL | https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec |
Beschrijving | See your IP address and the IP address of the website you are visiting on a map. |
Bestandsgrootte | 27.24 KB |
Aantal Installaties | 892 |
Huidige Versie | 1.1.3 |
Laatst Bijgewerkt | 2013-09-22 |
Publicatiedatum | 2013-09-22 |
Beoordeling | 4.40/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Tritonio |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |