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 |
官方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" ] } |