IP Map
See your IP address and the IP address of the website you are visiting on a map.
Qu'est-ce que IP Map ?
IP Map est une extension Chrome développée par Tritonio, et sa fonction principale est "See your IP address and the IP address of the website you are visiting on a map.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IP Map
Téléchargez les fichiers d'extension IP Map au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/)
Informations de Base sur l'Extension
Nom | |
ID | hhphckcekmhnkkjadjdafalalcgphmec |
URL Officiel | https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec |
Description | See your IP address and the IP address of the website you are visiting on a map. |
Taille du Fichier | 27.24 KB |
Nombre d'Installations | 892 |
Version Actuelle | 1.1.3 |
Dernière Mise à Jour | 2013-09-22 |
Date de Publication | 2013-09-22 |
Évaluation | 4.40/5 Total 10 Évaluations |
Développeur | Tritonio |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |