feader rss reader
Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!
Что такое feader rss reader?
feader rss reader - это расширение Chrome, разработанное rajesh appalla, и его основная функция - "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!".
Снимки экрана расширения
Скачать файл CRX расширения feader rss reader
Скачайте файлы расширений feader rss reader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Feader displays to you RSS feeds that you choose from your favorite content sites and displays them in the form of desktop notifications. This extension is really handy when you want to stay up-to-date with the sites you wish to but find it hard to take time out from your busy schedule to exclusively visit them. This brings articles right to your desktop. Now with Pocket(R) support!
Основная информация о расширении
Название | |
ID | jjmabnfahcleackdjddlgmmaoipaoifb |
Официальный URL | https://chrome.google.com/webstore/detail/feader-rss-reader/jjmabnfahcleackdjddlgmmaoipaoifb |
Описание | Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support! |
Размер файла | 316 KB |
Количество установок | 466 |
Текущая Версия | 1.1.0.4 |
Последнее Обновление | 2014-08-21 |
Дата публикации | 2014-08-21 |
Рейтинг | 3.79/5 Всего 19 оценок |
Разработчик | rajesh appalla |
Тип оплаты | free |
Официальный сайт расширения | http://www.chromerss.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "feader rss reader", "version": "1.1.0.4", "manifest_version": 2, "description": "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "launcher.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "icon-19.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ] } |