Simple WhoIs
An actual WhoIs Extension...not just a bookmarklet like all the others.
O que é Simple WhoIs?
Simple WhoIs é uma extensão do Chrome desenvolvida por http://mattdodge.net, e sua principal característica é "An actual WhoIs Extension...not just a bookmarklet like all the others.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simple WhoIs
Baixe arquivos de extensão Simple WhoIs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | hmfekjoaiibnmeciehjkjbdhddfjpddo |
URL Oficial | https://chrome.google.com/webstore/detail/simple-whois/hmfekjoaiibnmeciehjkjbdhddfjpddo |
Descrição | An actual WhoIs Extension...not just a bookmarklet like all the others. |
Tamanho do Arquivo | 78.56 KB |
Contagem de Instalações | 113 |
Versão Atual | 1.3 |
Última Atualização | 2013-07-24 |
Data de Publicação | 2013-07-24 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | http://mattdodge.net |
Tipo de Pagamento | free |
Site da Extensão | http://mattedgod.github.io/SimpleWhois/ |
URL da Página de Ajuda | https://github.com/mattedgod/SimpleWhois/issues |
Idiomas Suportados | 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" ] } } |