Pigeon
The messenger pigeon for your favorite sources.
Cos'è Pigeon?
Pigeon è un'estensione di Chrome sviluppata da ffstudios1, e la sua funzione principale è "The messenger pigeon for your favorite sources.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pigeon
Scarica i file di estensione Pigeon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ffmghjjkglnclocijfebfhciooaaklog |
URL Ufficiale | https://chrome.google.com/webstore/detail/pigeon/ffmghjjkglnclocijfebfhciooaaklog |
Descrizione | The messenger pigeon for your favorite sources. |
Dimensione del File | 15.8 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-12-21 |
Data di Pubblicazione | 2016-12-21 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | ffstudios1 |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://dave4506.github.io/pigeon/ |
Lingue Supportate | 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" } } |