DNS Lookup
Lookup DNS records for any domain name
Vad är DNS Lookup?
DNS Lookup är en Chrome-tillägg utvecklad av https://www.whatsmydns.net, och dess huvudfunktion är "Lookup DNS records for any domain name".
Tilläggsskärmbilder
Ladda ner DNS Lookup-förlängningens CRX-fil
Ladda ner DNS Lookup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | DNS Lookup |
ID | ekbgejcpgolcbfcaeapipnaoemoomcgf |
Officiell webbadress | https://chromewebstore.google.com/detail/dns-lookup/ekbgejcpgolcbfcaeapipnaoemoomcgf |
Beskrivning | Lookup DNS records for any domain name |
Filstorlek | 63.16 KB |
Antal Installationer | 4,114 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2022-02-17 |
Publiceringsdatum | 2022-02-17 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://www.whatsmydns.net |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.whatsmydns.net/privacy-policy.html |
Stödda Språk | 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" ] } |