DNS Lookup

Lookup DNS records for any domain name

Was ist DNS Lookup?

DNS Lookup ist eine Chrome-Erweiterung, die von https://www.whatsmydns.net entwickelt wurde, und ihr Hauptmerkmal ist "Lookup DNS records for any domain name".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

DNS Lookup-Erweiterungs-CRX-Datei herunterladen

Laden Sie DNS Lookup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name DNS Lookup DNS Lookup
ID ekbgejcpgolcbfcaeapipnaoemoomcgf
Offizielle URL https://chromewebstore.google.com/detail/dns-lookup/ekbgejcpgolcbfcaeapipnaoemoomcgf
Beschreibung Lookup DNS records for any domain name
Dateigröße 63.16 KB
Installationsanzahl 4,114
Aktuelle Version 0.2
Letztes Update 2022-02-17
Veröffentlichungsdatum 2022-02-17
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.whatsmydns.net
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.whatsmydns.net/privacy-policy.html
Unterstützte Sprachen 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"
    ]
}