Handle Stalker

This extension opens up the social network pages associated to a specific handle.

O que é Handle Stalker?

Handle Stalker é uma extensão do Chrome desenvolvida por samanthakem, e sua principal característica é "This extension opens up the social network pages associated to a specific handle.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Handle Stalker

Baixe arquivos de extensão Handle Stalker 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

                        People tend to use the same handle for every social network. It is like a brand! Have you ever had the experience of finding someone's GitHub profile very interesting and you had the curiosity to see his/hers other social networks as well? Finding it manually can be a little bit repetitive, you have to copy and paste the same handle for every social network, some people even search for it instead. Yes, the stalking task might be a little boring sometimes. That's why I created Handle Stalker. Now you can be a faster stalker LOL Just kidding! Handle Stalker can also help you to see if a specific handle is still not taken. How great is that? :) Feel free to write down any feedback.                    

Informações Básicas da Extensão

Nome Handle Stalker Handle Stalker
ID ofdhgbjblhdkepgmafdeppjcmaaegllf
URL Oficial https://chromewebstore.google.com/detail/handle-stalker/ofdhgbjblhdkepgmafdeppjcmaaegllf
Descrição This extension opens up the social network pages associated to a specific handle.
Tamanho do Arquivo 1.86 MB
Contagem de Instalações 1,263
Versão Atual 1.3
Última Atualização 2016-10-06
Data de Publicação 2016-10-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor samanthakem
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Handle Stalker",
    "description": "This extension opens up the social network pages associated to a specific handle.",
    "version": "1.3",
    "author": "Samantha Monteiro",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}