Whois DNS Lookup
Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.
ما هو Whois DNS Lookup؟
Whois DNS Lookup هو إضافة Chrome تم تطويرها بواسطة sammeras2، والميزة الرئيسية لها هي "Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Whois DNS Lookup
قم بتنزيل ملفات الامتداد Whois DNS Lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple perform DNS Lookups in One Click from the navigation bar. Whois DNS Lookup, Just click a button to perform a WHOIS on the current page's URL or typed-in URL. Does not add any bulk or features you'll never need. This is an extremely light-weight extension which adds a small WHOIS button next to your address bar. This allows you to perform WHOIS queries very quickly and easily.
معلومات أساسية عن التمديد
الاسم | |
ID | kaedaldnckgpodmmncgdaolnbgmmapic |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/whois-dns-lookup/kaedaldnckgpodmmncgdaolnbgmmapic |
الوصف | Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar. |
حجم الملف | 7.53 KB |
عدد التثبيتات | 120 |
النسخة الحالية | 10.36 |
آخر تحديث | 2014-06-17 |
تاريخ النشر | 2014-06-17 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | sammeras2 |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "dnschecker.js" ] }, "browser_action": { "default_icon": "16.png" }, "description": "Whois DNS Lookup is the ultimate Chrome extension to find the DNS for any website, Just one click from the navigation bar.", "icons": { "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Whois DNS Lookup", "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*", "unlimitedStorage", "webNavigation", "storage" ], "version": "10.36" } |