Retrieve IP and DNS information

Retrieve IP and DNS information for the current webpage

¿Qué es Retrieve IP and DNS information?

Retrieve IP and DNS information es una extensión de Chrome desarrollada por Wiard van Rij, y su función principal es "Retrieve IP and DNS information for the current webpage".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Retrieve IP and DNS information

Descarga archivos de extensión Retrieve IP and DNS information 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

                        IP info
IP information
DNS info
DNS information

Retrieve IP and DNS information for the current webpage.

Show IP for the current site
Show Reverse DNS (PTR record)
Nameserver(s) for the PTR record

Show ip address for a website
Search for an IP adress                    

Información Básica de la Extensión

Nombre Retrieve IP and DNS information Retrieve IP and DNS information
ID gjpnciaolgdjooejekbpckmopbiaoicl
URL Oficial https://chromewebstore.google.com/detail/retrieve-ip-and-dns-infor/gjpnciaolgdjooejekbpckmopbiaoicl
Descripción Retrieve IP and DNS information for the current webpage
Tamaño del Archivo 7.79 KB
Cantidad de Instalaciones 278
Versión Actual 1.1
Última Actualización 2018-04-04
Fecha de Publicación 2018-04-04
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Wiard van Rij
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.sysrant.com
URL de la Página de Ayuda https://www.sysrant.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Retrieve IP and DNS information",
    "short_name": "IP and DNS info",
    "description": "Retrieve IP and DNS information for the current webpage",
    "version": "1.1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ]
}