DNS Lookup
Lookup DNS records for any domain name
Co to jest DNS Lookup?
DNS Lookup to rozszerzenie Chrome opracowane przez https://www.whatsmydns.net, a jego główną funkcją jest „Lookup DNS records for any domain name”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DNS Lookup
Pobierz pliki rozszerzeń DNS Lookup w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | DNS Lookup |
ID | ekbgejcpgolcbfcaeapipnaoemoomcgf |
Oficjalny URL | https://chromewebstore.google.com/detail/dns-lookup/ekbgejcpgolcbfcaeapipnaoemoomcgf |
Opis | Lookup DNS records for any domain name |
Rozmiar pliku | 63.16 KB |
Liczba instalacji | 4,114 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2022-02-17 |
Data Publikacji | 2022-02-17 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://www.whatsmydns.net |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.whatsmydns.net/privacy-policy.html |
Obsługiwane Języki | 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" ] } |