An open API service indexing awesome lists of open source software.

https://github.com/davidhampgonsalves/live-rss-bookmarks

Chrome extension that adds Firefox like RSS/Atom handling
https://github.com/davidhampgonsalves/live-rss-bookmarks

chrome-extension featured javascript rss

Last synced: 6 months ago
JSON representation

Chrome extension that adds Firefox like RSS/Atom handling

Awesome Lists containing this project

README

          





[Live RSS Bookmarks is a Chrome extension](https://chrome.google.com/webstore/detail/live-rss-bookmarks/hdabapllcefknagcjlhcpbnlnkbofndn) 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](https://chrome.google.com/webstore/detail/foxish-live-rss/nbhdikhnaigcdlamenbgkmllgmfnngoi?hl=en) but was re-written to support [Chrome Manifest v3](https://developer.chrome.com/docs/extensions/mv3/intro/). 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](https://github.com/mathiasbynens/he) for HTML entity decoding (can't access DomParser in extension webworkers).
- Support Chrome Manifest v3

## Building

`yarn webpack`

## Packaging

```
yarn webpack ; zip -r live-rss.zip build/ html/ images/ styles/ manifest.json
```