Who.is Lookup
Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.
O que é Who.is Lookup?
Who.is Lookup é uma extensão do Chrome desenvolvida por Miguel Batres, e sua principal característica é "Domain data at your fingertips. Provided by Name.com. Coded by @StayUber.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Who.is Lookup
Baixe arquivos de extensão Who.is Lookup 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
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)
Informações Básicas da Extensão
Nome | Who.is Lookup |
ID | dfoplpgihamfobjlgeefieflfbpnpffg |
URL Oficial | https://chromewebstore.google.com/detail/whois-lookup/dfoplpgihamfobjlgeefieflfbpnpffg |
Descrição | Domain data at your fingertips. Provided by Name.com. Coded by @StayUber. |
Tamanho do Arquivo | 11.43 KB |
Contagem de Instalações | 4,078 |
Versão Atual | 1.0 |
Última Atualização | 2017-01-16 |
Data de Publicação | 2017-01-16 |
Classificação | 3.70/5 Total de 10 Avaliações |
Desenvolvedor | Miguel Batres |
Tipo de Pagamento | free |
Site da Extensão | http://batres.co/ |
URL da Página de Ajuda | http://who.is/ |
Idiomas Suportados | 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" } } |