Pigeon
The messenger pigeon for your favorite sources.
O que é Pigeon?
Pigeon é uma extensão do Chrome desenvolvida por ffstudios1, e sua principal característica é "The messenger pigeon for your favorite sources.".
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 the new way to get your news fix. Every new tab will present you with a gorgeous picture and a quote/headline from a source of your choosing. When something catches your eye, hit check it out and off and away! You are reading in on this sweet sweet article. Let Pigeon take your new tab game to the next level.
Informações Básicas da Extensão
Nome | |
ID | ffmghjjkglnclocijfebfhciooaaklog |
URL Oficial | https://chrome.google.com/webstore/detail/pigeon/ffmghjjkglnclocijfebfhciooaaklog |
Descrição | The messenger pigeon for your favorite sources. |
Tamanho do Arquivo | 15.8 KB |
Contagem de Instalações | 26 |
Versão Atual | 1.1 |
Última Atualização | 2016-12-21 |
Data de Publicação | 2016-12-21 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | ffstudios1 |
Tipo de Pagamento | free |
Site da Extensão | https://dave4506.github.io/pigeon/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pigeon", "author": "Download Horizons", "description": "The messenger pigeon for your favorite sources.", "version": "1.1", "content_security_policy": "script-src 'self'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": "icons\/icon.png" } } |