Retrieve IP and DNS information

Retrieve IP and DNS information for the current webpage

Cos'è Retrieve IP and DNS information?

Retrieve IP and DNS information è un'estensione di Chrome sviluppata da Wiard van Rij, e la sua funzione principale è "Retrieve IP and DNS information for the current webpage".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Retrieve IP and DNS information

Scarica i file di estensione Retrieve IP and DNS information in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Retrieve IP and DNS information Retrieve IP and DNS information
ID gjpnciaolgdjooejekbpckmopbiaoicl
URL Ufficiale https://chromewebstore.google.com/detail/retrieve-ip-and-dns-infor/gjpnciaolgdjooejekbpckmopbiaoicl
Descrizione Retrieve IP and DNS information for the current webpage
Dimensione del File 7.79 KB
Conteggio Installazioni 278
Versione Corrente 1.1
Ultimo Aggiornamento 2018-04-04
Data di Pubblicazione 2018-04-04
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Wiard van Rij
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.sysrant.com
URL della Pagina di Aiuto https://www.sysrant.com
Lingue Supportate 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",
        ""
    ]
}