Simple WhoIs
An actual WhoIs Extension...not just a bookmarklet like all the others.
Qu'est-ce que Simple WhoIs ?
Simple WhoIs est une extension Chrome développée par http://mattdodge.net, et sa fonction principale est "An actual WhoIs Extension...not just a bookmarklet like all the others.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple WhoIs
Téléchargez les fichiers d'extension Simple WhoIs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | hmfekjoaiibnmeciehjkjbdhddfjpddo |
URL Officiel | https://chrome.google.com/webstore/detail/simple-whois/hmfekjoaiibnmeciehjkjbdhddfjpddo |
Description | An actual WhoIs Extension...not just a bookmarklet like all the others. |
Taille du Fichier | 78.56 KB |
Nombre d'Installations | 113 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2013-07-24 |
Date de Publication | 2013-07-24 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | http://mattdodge.net |
Type de Paiement | free |
Site Web de l'Extension | http://mattedgod.github.io/SimpleWhois/ |
URL de la Page d'Aide | https://github.com/mattedgod/SimpleWhois/issues |
Langues Prises en Charge | 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" ] } } |