DNS Lookup

Lookup DNS records for any domain name

DNS Lookupคืออะไร?

DNS Lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.whatsmydns.net และคุณลักษณะหลักของมันคือ "Lookup DNS records for any domain name"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DNS Lookup

ดาวน์โหลดไฟล์ส่วนขยาย DNS Lookup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DNS Lookup DNS Lookup
ID ekbgejcpgolcbfcaeapipnaoemoomcgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dns-lookup/ekbgejcpgolcbfcaeapipnaoemoomcgf
คำอธิบาย Lookup DNS records for any domain name
ขนาดไฟล์ 63.16 KB
จำนวนการติดตั้ง 4,114
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2022-02-17
วันที่เผยแพร่ 2022-02-17
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.whatsmydns.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.whatsmydns.net/privacy-policy.html
ภาษาที่รองรับ 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"
    ]
}