feader rss reader
Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!
¿Qué es feader rss reader?
feader rss reader es una extensión de Chrome desarrollada por rajesh appalla, y su función principal es "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión feader rss reader
Descarga archivos de extensión feader rss reader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | jjmabnfahcleackdjddlgmmaoipaoifb |
URL Oficial | https://chrome.google.com/webstore/detail/feader-rss-reader/jjmabnfahcleackdjddlgmmaoipaoifb |
Descripción | Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support! |
Tamaño del Archivo | 316 KB |
Cantidad de Instalaciones | 466 |
Versión Actual | 1.1.0.4 |
Última Actualización | 2014-08-21 |
Fecha de Publicación | 2014-08-21 |
Calificación | 3.79/5 Total de 19 Calificaciones |
Desarrollador | rajesh appalla |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.chromerss.com |
Idiomas Soportados | 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:\/\/*\/*" ] } |