Pigeon
Explore social content. The easiest way to find out what people are saying about what you're reading.
O que é Pigeon?
Pigeon é uma extensão do Chrome desenvolvida por alielshayeb, e sua principal característica é "Explore social content. The easiest way to find out what people are saying about what you're reading.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pigeon
Baixe arquivos de extensão Pigeon 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
Pigeon is a lightweight chrome extension that gives users a social perspective on what they are reading online. Summary Sentiment Analysis Hashtag suggestion and search
Informações Básicas da Extensão
Nome | Pigeon |
ID | jjenofeflnahgfcdejlaobmeclmmbmin |
URL Oficial | https://chromewebstore.google.com/detail/pigeon/jjenofeflnahgfcdejlaobmeclmmbmin |
Descrição | Explore social content. The easiest way to find out what people are saying about what you're reading. |
Tamanho do Arquivo | 55.74 KB |
Contagem de Instalações | 11 |
Versão Atual | 1.4 |
Última Atualização | 2018-06-05 |
Data de Publicação | 2018-06-04 |
Classificação | 5.00/5 Total de 11 Avaliações |
Desenvolvedor | alielshayeb |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://getpigeon.herokuapp.com |
URL da Página de Ajuda | https://getpigeon.herokuapp.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pigeon", "version": "1.4", "description": "Explore social content. The easiest way to find out what people are saying about what you're reading.", "manifest_version": 2, "incognito": "split", "icons": { "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "clipboardRead", "webRequest", "webNavigation", "*:\/\/*.herokuapp.com\/*" ] } |