Highlight IP Lookup

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

¿Qué es Highlight IP Lookup?

Highlight IP Lookup es una extensión de Chrome desarrollada por Cornally, y su función principal es "Find the city, state, country code of the selected (highlighted) IP address in the active tab.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Highlight IP Lookup

Descarga archivos de extensión Highlight IP Lookup en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Highlight IP Lookup Highlight IP Lookup
ID ieepfodddhpbeabnpaikeimelgejgkhn
URL Oficial https://chromewebstore.google.com/detail/highlight-ip-lookup/ieepfodddhpbeabnpaikeimelgejgkhn
Descripción Find the city, state, country code of the selected (highlighted) IP address in the active tab.
Tamaño del Archivo 43.41 KB
Cantidad de Instalaciones 993
Versión Actual 0.1.7
Última Actualización 2022-04-02
Fecha de Publicación 2017-05-23
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador Cornally
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://conartists.co/highlight-ip-lookup/index.html
Idiomas Soportados 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",
        ""
    ]
}