Simple WhoIs
An actual WhoIs Extension...not just a bookmarklet like all the others.
ما هو Simple WhoIs؟
Simple WhoIs هو إضافة Chrome تم تطويرها بواسطة http://mattdodge.net، والميزة الرئيسية لها هي "An actual WhoIs Extension...not just a bookmarklet like all the others.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple WhoIs
قم بتنزيل ملفات الامتداد Simple WhoIs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension that allows you to quickly lookup important WHOIS information about the site you are on. This displays relevant WHOIS information in the extension popup, it is NOT simply a bookmark to another site where you can look it up. Useful for doing a quick check of the registrar, expiration dates, and/or nameservers of the current domain. Type "whois" and then a domain name in the Omnibox for another shortcut to a quick WHOIS lookup. Powered by http://whothefuck.ru
معلومات أساسية عن التمديد
الاسم | |
ID | hmfekjoaiibnmeciehjkjbdhddfjpddo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/simple-whois/hmfekjoaiibnmeciehjkjbdhddfjpddo |
الوصف | An actual WhoIs Extension...not just a bookmarklet like all the others. |
حجم الملف | 78.56 KB |
عدد التثبيتات | 113 |
النسخة الحالية | 1.3 |
آخر تحديث | 2013-07-24 |
تاريخ النشر | 2013-07-24 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | http://mattdodge.net |
نوع الدفع | free |
موقع الإضافة | http://mattedgod.github.io/SimpleWhois/ |
عنوان صفحة المساعدة | https://github.com/mattedgod/SimpleWhois/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple WhoIs", "description": "An actual WhoIs Extension...not just a bookmarklet like all the others.", "version": "1.3", "icons": { "128": "whois.png", "16": "whois16.png" }, "permissions": [ "tabs", "http:\/\/whothefuck.ru\/" ], "browser_action": { "default_icon": "whois19.png", "default_popup": "popup.html" }, "author": "Matt Dodge", "omnibox": { "keyword": "whois" }, "background": { "scripts": [ "background.js" ] } } |