A web extension that automatically discovers and records RSS feeds from visited pages, with options to manage and export your feed list.
- Detects RSS/Atom feeds on any visited page
- Records and manages discovered feeds
- Extension settings page
- Build and release automation for Firefox
- Node.js & npm
- Install dependencies (first time only):
npm install
- Build and package for Firefox:
npm run build:firefox npm run package:firefox # Find .xpi in releases/
npm run clean
MIT