Retrieve IP and DNS information

Retrieve IP and DNS information for the current webpage

O que é Retrieve IP and DNS information?

Retrieve IP and DNS information é uma extensão do Chrome desenvolvida por Wiard van Rij, e sua principal característica é "Retrieve IP and DNS information for the current webpage".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Retrieve IP and DNS information

Baixe arquivos de extensão Retrieve IP and DNS information no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome 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
Descrição Retrieve IP and DNS information for the current webpage
Tamanho do Arquivo 7.79 KB
Contagem de Instalações 278
Versão Atual 1.1
Última Atualização 2018-04-04
Data de Publicação 2018-04-04
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Wiard van Rij
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.sysrant.com
URL da Página de Ajuda https://www.sysrant.com
Idiomas Suportados 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",
        ""
    ]
}