Pigeon
The messenger pigeon for your favorite sources.
Что такое Pigeon?
Pigeon - это расширение Chrome, разработанное ffstudios1, и его основная функция - "The messenger pigeon for your favorite sources.".
Снимки экрана расширения
Скачать файл CRX расширения Pigeon
Скачайте файлы расширений Pigeon в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | ffmghjjkglnclocijfebfhciooaaklog |
Официальный URL | https://chrome.google.com/webstore/detail/pigeon/ffmghjjkglnclocijfebfhciooaaklog |
Описание | The messenger pigeon for your favorite sources. |
Размер файла | 15.8 KB |
Количество установок | 26 |
Текущая Версия | 1.1 |
Последнее Обновление | 2016-12-21 |
Дата публикации | 2016-12-21 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | ffstudios1 |
Тип оплаты | free |
Официальный сайт расширения | https://dave4506.github.io/pigeon/ |
Поддерживаемые языки | 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" } } |