Highlight IP Lookup

Find the city, state, country code of the selected (highlighted) IP address in the active tab.

Qu'est-ce que Highlight IP Lookup ?

Highlight IP Lookup est une extension Chrome développée par Cornally, et sa fonction principale est "Find the city, state, country code of the selected (highlighted) IP address in the active tab.".

Captures d'Écran de l'Extension

screenshot

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

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

                        Highlight an IP address or host and click the extension's icon in the active tab to locate the city, state, and country code of the respective host.                    

Informations de Base sur l'Extension

Nom Highlight IP Lookup Highlight IP Lookup
ID ieepfodddhpbeabnpaikeimelgejgkhn
URL Officiel https://chromewebstore.google.com/detail/highlight-ip-lookup/ieepfodddhpbeabnpaikeimelgejgkhn
Description Find the city, state, country code of the selected (highlighted) IP address in the active tab.
Taille du Fichier 43.41 KB
Nombre d'Installations 993
Version Actuelle 0.1.7
Dernière Mise à Jour 2022-04-02
Date de Publication 2017-05-23
Évaluation 5.00/5 Total 7 Évaluations
Développeur Cornally
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://conartists.co/highlight-ip-lookup/index.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight IP Lookup",
    "description": "Find the city, state, country code of the selected (highlighted) IP address in the active tab.",
    "version": "0.1.7",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        ""
    ]
}