DNS Lookup

Lookup DNS records for any domain name

Apa itu DNS Lookup?

DNS Lookup adalah ekstensi Chrome yang dikembangkan oleh https://www.whatsmydns.net, dan fitur utamanya adalah "Lookup DNS records for any domain name".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi DNS Lookup

Unduh file ekstensi DNS Lookup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama DNS Lookup DNS Lookup
ID ekbgejcpgolcbfcaeapipnaoemoomcgf
URL Resmi https://chromewebstore.google.com/detail/dns-lookup/ekbgejcpgolcbfcaeapipnaoemoomcgf
Deskripsi Lookup DNS records for any domain name
Ukuran File 63.16 KB
Jumlah Instalasi 4,114
Versi Saat Ini 0.2
Terakhir Diperbarui 2022-02-17
Tanggal Publikasi 2022-02-17
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://www.whatsmydns.net
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.whatsmydns.net/privacy-policy.html
Bahasa yang Didukung 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"
    ]
}