2022-12-04 03:09:40 +01:00
|
|
|
# RSS Viewer
|
|
|
|
|
|
|
|
<img src="./demo.gif" width=600></img>
|
|
|
|
|
|
|
|
This extension allows you to easily render RSS feeds directly inside of the
|
|
|
|
browser and detect feed URLs in web pages.
|
|
|
|
|
|
|
|
# Quick Start
|
|
|
|
|
|
|
|
## Install
|
|
|
|
```
|
|
|
|
git clone https://git.platypush.tech/blacklight/rss-viewer-browser-extension
|
|
|
|
cd rss-viewer-browser-extension
|
2022-12-04 15:45:39 +01:00
|
|
|
./build.sh
|
2022-12-04 03:09:40 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
A file named `dist.crx` will be generated - just drop it into your browser's extensions.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Simply open a feed URL, and it will be rendered in a readable way instead of
|
|
|
|
showing XML output.
|