Who.is Lookup
Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.
ما هو Who.is Lookup؟
Who.is Lookup هو إضافة Chrome تم تطويرها بواسطة Miguel Batres، والميزة الرئيسية لها هي "Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Who.is Lookup
قم بتنزيل ملفات الامتداد Who.is Lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.
Easiest way to lookup a domains Registrar Info, Important Dates, Name Servers & Raw Registrar Data! Just click the Who.is icon and be directed to the Who.is results!
I am in no way affiliated with Name.com or Who.is, I felt the need to make a good Who is Lookup Extension. So here it is! Hope you enjoy it, and is useful!
(I have permission from Name.com to use Name and Logo's) معلومات أساسية عن التمديد
| الاسم | |
| ID | dfoplpgihamfobjlgeefieflfbpnpffg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/whois-lookup/dfoplpgihamfobjlgeefieflfbpnpffg |
| الوصف | Domain data at your fingertips. Provided by Name.com. Coded by @StayUber. |
| حجم الملف | 11.43 KB |
| عدد التثبيتات | 4,078 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2017-01-16 |
| تاريخ النشر | 2017-01-16 |
| تقييم | 3.70/5 مجموع تقييمات 10 |
| المطور | Miguel Batres |
| نوع الدفع | free |
| موقع الإضافة | http://batres.co/ |
| عنوان صفحة المساعدة | http://who.is/ |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Who.is Lookup",
"version": "1.0",
"description": "Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icon48.png",
"default_title": "Who.is Lookup"
}
} | |