Pigeon
The messenger pigeon for your favorite sources.
Qu'est-ce que Pigeon ?
Pigeon est une extension Chrome développée par ffstudios1, et sa fonction principale est "The messenger pigeon for your favorite sources.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pigeon
Téléchargez les fichiers d'extension Pigeon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ffmghjjkglnclocijfebfhciooaaklog |
URL Officiel | https://chrome.google.com/webstore/detail/pigeon/ffmghjjkglnclocijfebfhciooaaklog |
Description | The messenger pigeon for your favorite sources. |
Taille du Fichier | 15.8 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-12-21 |
Date de Publication | 2016-12-21 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | ffstudios1 |
Type de Paiement | free |
Site Web de l'Extension | https://dave4506.github.io/pigeon/ |
Langues Prises en Charge | 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" } } |