IP Location Lookup Tool
Find IP location of the website or check location of custom IP and display it on the map.
Cos'è IP Location Lookup Tool?
IP Location Lookup Tool è un'estensione di Chrome sviluppata da https://www.positionbox.com, e la sua funzione principale è "Find IP location of the website or check location of custom IP and display it on the map.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IP Location Lookup Tool
Scarica i file di estensione IP Location Lookup Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | IP Location Lookup Tool |
ID | opepgmgohfgekifjilijmdldmccfbgke |
URL Ufficiale | https://chromewebstore.google.com/detail/ip-location-lookup-tool/opepgmgohfgekifjilijmdldmccfbgke |
Descrizione | Find IP location of the website or check location of custom IP and display it on the map. |
Dimensione del File | 11.94 KB |
Conteggio Installazioni | 5,161 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-07-13 |
Data di Pubblicazione | 2015-07-13 |
Valutazione | 4.00/5 Totale 10 Valutazioni |
Sviluppatore | https://www.positionbox.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.positionbox.com/ |
Lingue Supportate | 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:\/\/*\/*" ] } |