Skip to content

davidhampgonsalves/Live-RSS-Bookmarks

Repository files navigation


Live RSS Bookmarks is a Chrome extension that mimics Firefox's old live bookmarks feature (removed since 2018). It does this by syncing bookmarks inside a folder for each RSS feed.

This extension was previously called Foxish but was re-written to support Chrome Manifest v3. At this time it was simplified since Chrome no longer limits bookmark access like it did in the past and efforts were made to future proof it.

Details

  • Uses webpack for commonjs transpiling to esm modules for rss-parser.
  • Uses he for HTML entity decoding (can't access DomParser in extension webworkers).
  • Support Chrome Manifest v3

Building

yarn webpack

Packaging

zip -r live-rss.zip build/ html/ images/ styles/ manifest.json