feader rss reader
Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!
什么是feader rss reader?
feader rss reader是由rajesh appalla开发的Chrome扩展程序,该扩展的主要功能是“Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!”。
扩展截图
下载feader rss reader扩展crx文件
下载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:\/\/*\/*" ] } |