IP Map
See your IP address and the IP address of the website you are visiting on a map.
¿Qué es IP Map?
IP Map es una extensión de Chrome desarrollada por Tritonio, y su función principal es "See your IP address and the IP address of the website you are visiting on a map.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión IP Map
Descarga archivos de extensión IP Map en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/)
Información Básica de la Extensión
Nombre | |
ID | hhphckcekmhnkkjadjdafalalcgphmec |
URL Oficial | https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec |
Descripción | See your IP address and the IP address of the website you are visiting on a map. |
Tamaño del Archivo | 27.24 KB |
Cantidad de Instalaciones | 892 |
Versión Actual | 1.1.3 |
Última Actualización | 2013-09-22 |
Fecha de Publicación | 2013-09-22 |
Calificación | 4.40/5 Total de 10 Calificaciones |
Desarrollador | Tritonio |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |