DNS Lookup

Lookup DNS records for any domain name

Wat is DNS Lookup?

DNS Lookup is een Chrome-extensie ontwikkeld door https://www.whatsmydns.net, en de belangrijkste functie is "Lookup DNS records for any domain name".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DNS Lookup

Download DNS Lookup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DNS Lookup DNS Lookup
ID ekbgejcpgolcbfcaeapipnaoemoomcgf
Officiële URL https://chromewebstore.google.com/detail/dns-lookup/ekbgejcpgolcbfcaeapipnaoemoomcgf
Beschrijving Lookup DNS records for any domain name
Bestandsgrootte 63.16 KB
Aantal Installaties 4,114
Huidige Versie 0.2
Laatst Bijgewerkt 2022-02-17
Publicatiedatum 2022-02-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.whatsmydns.net
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.whatsmydns.net/privacy-policy.html
Ondersteunde Talen 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"
    ]
}