11# RSS-BOOK
22
3+ Bookmark-based RSS reader browser extension for Chrome, Edge, Brave and Vivaldi.
4+
35RSS-BOOK is a privacy-first RSS and Atom feed reader for Chromium browsers.
46Instead of creating another account or cloud database, it saves feed entries as
57browser bookmarks so Chrome, Edge, Brave and Vivaldi sync can carry them across
6- devices.
8+ devices. It is built for readers who want a lightweight Chrome Web Store RSS
9+ extension with OPML import/export, feed discovery, notifications, dark mode and
10+ no tracking.
711
812![ RSS-BOOK] ( assets/social-preview.png )
913
@@ -18,6 +22,15 @@ devices.
1822
1923---
2024
25+ ## Get RSS-BOOK
26+
27+ - ** Chrome Web Store:** [ Install RSS-BOOK] ( https://chromewebstore.google.com/detail/rss-book/aednfjhookicnhcjhjifbaepglinbdli )
28+ - ** GitHub Releases:** [ Download the extension ZIP] ( https://github.com/file-bricks/RSS-BOOK/releases )
29+ - ** Source code:** [ file-bricks/RSS-BOOK] ( https://github.com/file-bricks/RSS-BOOK )
30+
31+ RSS-BOOK is also usable by sideloading the unpacked repository in Chrome, Edge,
32+ Brave or Vivaldi.
33+
2134## How it works
2235
23361 . Add RSS or Atom feed URLs in the options page
@@ -41,6 +54,11 @@ Your feeds live in your bookmarks — accessible everywhere your browser syncs,
4154
4255## Install
4356
57+ ### Chrome Web Store
58+
59+ Install the published extension from the
60+ [ Chrome Web Store] ( https://chromewebstore.google.com/detail/rss-book/aednfjhookicnhcjhjifbaepglinbdli ) .
61+
4462### From GitHub (Chrome, Edge, Brave, Vivaldi)
4563
46641 . Download or clone this repository
@@ -52,6 +70,13 @@ Your feeds live in your bookmarks — accessible everywhere your browser syncs,
5270
5371Create the upload-ready ZIP with ` npm run package ` . The generated archive stays local under ` dist/ ` and is intentionally ignored by git.
5472
73+ ## Product Screenshots
74+
75+ ![ RSS-BOOK popup with subscribed feeds] ( assets/screenshot-1-popup.png )
76+ ![ RSS-BOOK options page with feed settings] ( assets/screenshot-2-options.png )
77+ ![ RSS-BOOK browser bookmark folders] ( assets/screenshot-3-folders.png )
78+ ![ RSS-BOOK saved feed entries as bookmarks] ( assets/screenshot-4-entries.png )
79+
5580## Usage
5681
5782** Popup** — click the extension icon to see your feeds and trigger a manual update.
@@ -67,7 +92,7 @@ Create the upload-ready ZIP with `npm run package`. The generated archive stays
6792
6893## Development
6994
70- RSS-BOOK has no bundling step. The repository includes 33 dependency-free Node tests for parser behavior, a 10-fixture RSS/Atom feed matrix, CDATA cleanup, OPML, storage, bookmark cleanup, feed discovery, folder export, store assets, service-worker scheduling, lifecycle diagnostics, light/dark theme CSS coverage, and Edge package contents:
95+ RSS-BOOK has no bundling step. The repository includes 34 dependency-free Node tests for parser behavior, a 10-fixture RSS/Atom feed matrix, CDATA cleanup, OPML, storage, bookmark cleanup, feed discovery, folder export, store assets, service-worker scheduling, lifecycle diagnostics, light/dark theme CSS coverage, and Edge package contents:
7196
7297``` bash
7398npm test
@@ -132,6 +157,12 @@ RSS-BOOK/
132157- [x] Bookmark folder survives rename/move (tracked by ID)
133158- [x] Option to delete bookmarks on unsubscribe
134159
160+ ## Discovery keywords
161+
162+ ` RSS reader ` , ` Atom feed reader ` , ` Chrome RSS extension ` , ` bookmark-based RSS reader ` ,
163+ ` browser bookmark feed reader ` , ` Manifest V3 RSS ` , ` OPML import export ` ,
164+ ` privacy-first RSS reader ` , ` no-account feed reader ` , ` Edge RSS extension ` .
165+
135166## License
136167
137168[ MIT] ( LICENSE )
0 commit comments