GNC Whois
Click to get URL's Whois data
ما هو GNC Whois؟
GNC Whois هو إضافة Chrome تم تطويرها بواسطة GNC Medya، والميزة الرئيسية لها هي "Click to get URL's Whois data".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GNC Whois
قم بتنزيل ملفات الامتداد GNC Whois بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The GNC Whois tool lets you find out who owns a domain name or if that domain name is available for registration. You can view: ● Domain Availability Information ● Doman Creation, Registration and Expiry Information ● Domain Status ● Domain Registrar Information (which registrar a domain is held with) ● Domain Contact Information. This can tell you the registrant, admin, billing and tech contacts for the domain name. ● Domain Name DNS information This is a critical tool for anyone with any interest in domain names.
معلومات أساسية عن التمديد
الاسم | |
ID | iehbegdnikepcamifgaecepnlfolpefi |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/gnc-whois/iehbegdnikepcamifgaecepnlfolpefi |
الوصف | Click to get URL's Whois data |
حجم الملف | 7.97 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-07-28 |
تاريخ النشر | 2013-07-28 |
تقييم | 3.00/5 مجموع تقييمات 3 |
المطور | GNC Medya |
نوع الدفع | free |
موقع الإضافة | http://whois.gncmedya.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GNC Whois", "version": "1.0", "manifest_version": 2, "description": "Click to get URL's Whois data", "browser_action": { "name": "Click to get URL's Whois data", "default_icon": "icon_toolbar.png" }, "background": { "scripts": [ "background.js", "jsuri-1.1.1.min.js" ] }, "permissions": [ "tabs" ] } |