RSS Reader
RSS/ATOM reader. No server backend required, all parsing is done in browser. No synchronization.
什么是RSS Reader?
RSS Reader是由Dusan Halicky开发的Chrome扩展程序,该扩展的主要功能是“RSS/ATOM reader. No server backend required, all parsing is done in browser. No synchronization.”。
扩展截图
下载RSS Reader扩展crx文件
下载RSS Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
RSS Reader is extension for reading RSS and ATOM news feeds. It does not require any server to work. Storage is somewhat limited, currently to 5 MB so that RR does not actually store the feeds data. 扩展基本信息
| 名称 | |
| ID | dajjempcbjhhdgbkepjmbbbfcaiehmmd |
| 官方URL | https://chromewebstore.google.com/detail/rss-reader/dajjempcbjhhdgbkepjmbbbfcaiehmmd |
| 简介 | RSS/ATOM reader. No server backend required, all parsing is done in browser. No synchronization. |
| 文件大小 | 114 KB |
| 安装次数 | 687 |
| 当前版本 | 0.1.73 |
| 更新时间 | 2022-06-24 |
| 上架时间 | 2018-08-09 |
| 评分 | 2.80/5 共10次评分 |
| 开发者 | Dusan Halicky |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://ghost.sk/privacy-policy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"browser_action": {
"default_icon": "icon\/19.png",
"default_popup": "popup.html"
},
"description": "RSS\/ATOM reader. No server backend required, all parsing is done in browser. No synchronization.",
"icons": {
"128": "icon\/128.png",
"16": "icon\/16.png",
"19": "icon\/19.png",
"32": "icon\/32.png",
"48": "icon\/48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "38",
"name": "RSS Reader",
"short_name": "RSS Reader",
"options_page": "settings.html",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
],
"version": "0.1.73"
} | |