IP Location Lookup Tool

Find IP location of the website or check location of custom IP and display it on the map.

Qu'est-ce que IP Location Lookup Tool ?

IP Location Lookup Tool est une extension Chrome développée par https://www.positionbox.com, et sa fonction principale est "Find IP location of the website or check location of custom IP and display it on the map.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension IP Location Lookup Tool

Téléchargez les fichiers d'extension IP Location Lookup Tool 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

                        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.                    

Informations de Base sur l'Extension

Nom IP Location Lookup Tool IP Location Lookup Tool
ID opepgmgohfgekifjilijmdldmccfbgke
URL Officiel https://chromewebstore.google.com/detail/ip-location-lookup-tool/opepgmgohfgekifjilijmdldmccfbgke
Description Find IP location of the website or check location of custom IP and display it on the map.
Taille du Fichier 11.94 KB
Nombre d'Installations 5,161
Version Actuelle 1.0
Dernière Mise à Jour 2015-07-13
Date de Publication 2015-07-13
Évaluation 4.00/5 Total 10 Évaluations
Développeur https://www.positionbox.com
Type de Paiement free
Site Web de l'Extension http://www.positionbox.com/
Langues Prises en Charge 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:\/\/*\/*"
    ]
}