DNS Lookup

Lookup DNS records for any domain name

Cos'è DNS Lookup?

DNS Lookup è un'estensione di Chrome sviluppata da https://www.whatsmydns.net, e la sua funzione principale è "Lookup DNS records for any domain name".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DNS Lookup

Scarica i file di estensione DNS Lookup 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

                        The whatsmydns DNS Lookup extension for Google Chrome lets you quickly and easily see DNS records for the current website you are on, or any other domain name that you enter.

You can use the extension to see all the common DNS record types directly within Chrome without having to leave the page. This includes A, AAAA, CNAME, MX, NS, SOA, TXT, CAA, SRV, PTR, or even all records at once.

After performing a DNS lookup, you can easily check global DNS propagation using the full whatsmydns.net website.                    

Informazioni di Base sull'Estensione

Nome DNS Lookup DNS Lookup
ID ekbgejcpgolcbfcaeapipnaoemoomcgf
URL Ufficiale https://chromewebstore.google.com/detail/dns-lookup/ekbgejcpgolcbfcaeapipnaoemoomcgf
Descrizione Lookup DNS records for any domain name
Dimensione del File 63.16 KB
Conteggio Installazioni 4,114
Versione Corrente 0.2
Ultimo Aggiornamento 2022-02-17
Data di Pubblicazione 2022-02-17
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://www.whatsmydns.net
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.whatsmydns.net/privacy-policy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DNS Lookup",
    "description": "Lookup DNS records for any domain name",
    "version": "0.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "app.html",
        "default_icon": {
            "16": "\/images\/favicon-16x16.png",
            "32": "\/images\/favicon-32x32.png",
            "48": "\/images\/favicon-48x48.png",
            "128": "\/images\/favicon-128x128.png"
        }
    },
    "icons": {
        "16": "\/images\/favicon-16x16.png",
        "32": "\/images\/favicon-32x32.png",
        "48": "\/images\/favicon-48x48.png",
        "128": "\/images\/favicon-128x128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}