Highlight IP Lookup

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

Was ist Highlight IP Lookup?

Highlight IP Lookup ist eine Chrome-Erweiterung, die von Cornally entwickelt wurde, und ihr Hauptmerkmal ist "Find the city, state, country code of the selected (highlighted) IP address in the active tab.".

Erweiterungsscreenshots

screenshot

Highlight IP Lookup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Highlight IP Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Highlight IP Lookup Highlight IP Lookup
ID ieepfodddhpbeabnpaikeimelgejgkhn
Offizielle URL https://chromewebstore.google.com/detail/highlight-ip-lookup/ieepfodddhpbeabnpaikeimelgejgkhn
Beschreibung Find the city, state, country code of the selected (highlighted) IP address in the active tab.
Dateigröße 43.41 KB
Installationsanzahl 993
Aktuelle Version 0.1.7
Letztes Update 2022-04-02
Veröffentlichungsdatum 2017-05-23
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler Cornally
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://conartists.co/highlight-ip-lookup/index.html
Unterstützte Sprachen 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",
        ""
    ]
}