IP Location Lookup Tool
Find IP location of the website or check location of custom IP and display it on the map.
¿Qué es IP Location Lookup Tool?
IP Location Lookup Tool es una extensión de Chrome desarrollada por https://www.positionbox.com, y su función principal es "Find IP location of the website or check location of custom IP and display it on the map.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión IP Location Lookup Tool
Descarga archivos de extensión IP Location Lookup Tool 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
PositionBox is a free IP geolocation service providing reliable information about location of the IP address on the map. Our service helps you to find information about your current IP address or any other IP address. IP address location data can include information such as country, country code, region code, region name, city, zip code, latitude, longitude, timezone and ISP name. For some IP location requests we are also able to find out if the IP is a mobile connection. Try our IP lookup tool.
Información Básica de la Extensión
Nombre | IP Location Lookup Tool |
ID | opepgmgohfgekifjilijmdldmccfbgke |
URL Oficial | https://chromewebstore.google.com/detail/ip-location-lookup-tool/opepgmgohfgekifjilijmdldmccfbgke |
Descripción | Find IP location of the website or check location of custom IP and display it on the map. |
Tamaño del Archivo | 11.94 KB |
Cantidad de Instalaciones | 5,161 |
Versión Actual | 1.0 |
Última Actualización | 2015-07-13 |
Fecha de Publicación | 2015-07-13 |
Calificación | 4.00/5 Total de 10 Calificaciones |
Desarrollador | https://www.positionbox.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.positionbox.com/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "IP Location Lookup Tool", "short_name": "IP Location Lookup", "author": "positionbox.com", "description": "Find IP location of the website or check location of custom IP and display it on the map.", "homepage_url": "http:\/\/www.positionbox.com", "browser_action": { "default_icon": "icon24.png", "default_popup": "popup.html", "default_title": "IP location lookup - click for details" }, "icons": { "16": "icon16.png", "24": "icon48.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |