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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DNS Lookup
قم بتنزيل ملفات الامتداد DNS Lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } |