Pigeon
The messenger pigeon for your favorite sources.
Co je Pigeon?
Pigeon je rozšíření Chrome vyvinuté ffstudios1, a jeho hlavní funkcí je „The messenger pigeon for your favorite sources.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Pigeon
Stáhněte si soubory rozšíření Pigeon ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ffmghjjkglnclocijfebfhciooaaklog |
Oficiální URL | https://chrome.google.com/webstore/detail/pigeon/ffmghjjkglnclocijfebfhciooaaklog |
Popis | The messenger pigeon for your favorite sources. |
Velikost souboru | 15.8 KB |
Počet instalací | 26 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2016-12-21 |
Datum Vydání | 2016-12-21 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | ffstudios1 |
Typ Platby | free |
Webové stránky Rozšíření | https://dave4506.github.io/pigeon/ |
Podporované Jazyky | 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" } } |