RSS Reader
RSS/ATOM reader. No server backend required, all parsing is done in browser. No synchronization.
What is RSS Reader?
RSS Reader is a Chrome extension developed by Dusan Halicky, and its main feature is "RSS/ATOM reader. No server backend required, all parsing is done in browser. No synchronization.".
Extension Screenshots
Download RSS Reader Extension CRX File
Download RSS Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | RSS Reader |
ID | dajjempcbjhhdgbkepjmbbbfcaiehmmd |
Official URL | https://chromewebstore.google.com/detail/rss-reader/dajjempcbjhhdgbkepjmbbbfcaiehmmd |
Description | RSS/ATOM reader. No server backend required, all parsing is done in browser. No synchronization. |
File Size | 114 KB |
Installation Count | 687 |
Current Version | 0.1.73 |
Last Updated | 2022-06-24 |
Publish Date | 2018-08-09 |
Rating | 2.80/5 Total 10 Ratings |
Developer | Dusan Halicky |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://ghost.sk/privacy-policy.html |
Supported Languages | 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" } |