IP Location Lookup Tool
Find IP location of the website or check location of custom IP and display it on the map.
Wat is IP Location Lookup Tool?
IP Location Lookup Tool is een Chrome-extensie ontwikkeld door https://www.positionbox.com, en de belangrijkste functie is "Find IP location of the website or check location of custom IP and display it on the map.".
Extensie Screenshots
Download het CRX-bestand van de extensie IP Location Lookup Tool
Download IP Location Lookup Tool-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
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.
Basisinformatie over de Extensie
Naam | IP Location Lookup Tool |
ID | opepgmgohfgekifjilijmdldmccfbgke |
Officiële URL | https://chromewebstore.google.com/detail/ip-location-lookup-tool/opepgmgohfgekifjilijmdldmccfbgke |
Beschrijving | Find IP location of the website or check location of custom IP and display it on the map. |
Bestandsgrootte | 11.94 KB |
Aantal Installaties | 5,161 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-07-13 |
Publicatiedatum | 2015-07-13 |
Beoordeling | 4.00/5 Totaal 10 Beoordelingen |
Ontwikkelaar | https://www.positionbox.com |
Betalingswijze | free |
Extensiewebsite | http://www.positionbox.com/ |
Ondersteunde Talen | 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:\/\/*\/*" ] } |