DNS Lookup
Lookup DNS records for any domain name
什麼是DNS Lookup?
DNS Lookup是由https://www.whatsmydns.net開發的Chrome擴展程式,該擴展的主要功能是“Lookup DNS records for any domain name”。
擴展截圖
下載DNS Lookup擴展crx文件
下載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 |
ID | ekbgejcpgolcbfcaeapipnaoemoomcgf |
官方網址 | 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" ] } |