Who is this?

The two-click information finder

O que é Who is this??

Who is this? é uma extensão do Chrome desenvolvida por DRLZ, e sua principal característica é "The two-click information finder".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Who is this?

Baixe arquivos de extensão Who is this? 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

                        Get access to people's information via the right click menu.
Highlighting a name with your mouse and pressing the right-click button will show the option to search for that person on the following websites: 
- Linkedin
- Twitter
- Wikipedia
- Pipl
- Google

This extension is designed for journalists, reporters, bloggers, or any kind of users who needs to regularly get information and facts on unknown people.

Missing your favorite website? Sorry about that, please let us know which one here: http://goo.gl/forms/awH5Ga9Ocg                    

Informações Básicas da Extensão

Nome Who is this? Who is this?
ID coinnpooecegjcopbdnenpgjfhnegjnm
URL Oficial https://chromewebstore.google.com/detail/who-is-this/coinnpooecegjcopbdnenpgjfhnegjnm
Descrição The two-click information finder
Tamanho do Arquivo 19.77 KB
Contagem de Instalações 389
Versão Atual 0.1
Última Atualização 2015-12-29
Data de Publicação 2015-12-29
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor DRLZ
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Who is this?",
    "description": "The two-click information finder",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "script_min.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}