RSS Feed
RSS Feed let's you follow your favorite websites in one place.
什么是RSS Feed?
RSS Feed是由http://onefeed.app开发的Chrome扩展程序,该扩展的主要功能是“RSS Feed let's you follow your favorite websites in one place.”。
扩展截图
下载RSS Feed扩展crx文件
下载RSS Feed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Discover new content and stay up-to-date with your favorite feeds, news and blogs without the need to visit every website.
扩展基本信息
名称 | |
ID | onajimpflclfkonkpcjnpffmnefdnmfb |
官方URL | https://chrome.google.com/webstore/detail/rss-feed/onajimpflclfkonkpcjnpffmnefdnmfb |
简介 | RSS Feed let's you follow your favorite websites in one place. |
文件大小 | 63.14 KB |
安装次数 | 239 |
当前版本 | 1.0.2 |
更新时间 | 2018-07-16 |
上架时间 | 2018-07-16 |
评分 | 3.67/5 共6次评分 |
开发者 | http://onefeed.app |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://onefeed.app |
帮助页面URL | https://onefeed.app |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "name": "RSS Feed", "manifest_version": 2, "description": "RSS Feed let's you follow your favorite websites in one place.", "browser_action": { "default_title": "OneFeed", "default_popup": "popup.html" }, "icons": { "16": "img\/OneFeed-RSS-Feed-16.png", "48": "img\/OneFeed-RSS-Feed-48.png", "128": "img\/OneFeed-RSS-Feed-128.png" }, "web_accessible_resources": [ "inject.html" ], "background": { "page": "background.html" }, "permissions": [ "contextMenus", "management", "tabs", "storage" ], "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/gql.socialfeed.io https:\/\/onefeed.app https:\/\/img.onefeed.app https:\/\/*.socialfeed.io http:\/\/localhost:4000 http:\/\/localhost:3030 https:\/\/localhost:3030 http:\/\/localhost:3005 https:\/\/localhost:3005 'unsafe-eval'; connect-src https:\/\/gql.socialfeed.io https:\/\/onefeed.app https:\/\/*.socialfeed.io https:\/\/img.onefeed.app http:\/\/localhost:4000 http:\/\/localhost:3030 http:\/\/localhost:3005; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data:; font-src * 'self' data:;" } |