Pigeon
The messenger pigeon for your favorite sources.
What is Pigeon?
Pigeon is a Chrome extension developed by ffstudios1, and its main feature is "The messenger pigeon for your favorite sources.".
Extension Screenshots
Download Pigeon Extension CRX File
Download Pigeon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ffmghjjkglnclocijfebfhciooaaklog |
Official URL | https://chrome.google.com/webstore/detail/pigeon/ffmghjjkglnclocijfebfhciooaaklog |
Description | The messenger pigeon for your favorite sources. |
File Size | 15.8 KB |
Installation Count | 26 |
Current Version | 1.1 |
Last Updated | 2016-12-21 |
Publish Date | 2016-12-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | ffstudios1 |
Payment Type | free |
Extension Website | https://dave4506.github.io/pigeon/ |
Supported Languages | 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" } } |