A simple extensions that allows you to render RSS feeds directly in the browser and fetch RSS URLs from web pages.
Go to file
Fabio Manganiello f065860edb Added support for extraction of feed URLs from the current page in the popup 2022-12-04 15:29:48 +01:00
src Added support for extraction of feed URLs from the current page in the popup 2022-12-04 15:29:48 +01:00
.gitignore First commit 2022-12-04 03:09:40 +01:00
README.md First commit 2022-12-04 03:09:40 +01:00
demo.gif First commit 2022-12-04 03:09:40 +01:00
genicon.sh First commit 2022-12-04 03:09:40 +01:00
package-lock.json First commit 2022-12-04 03:09:40 +01:00
package.json Updated version 2022-12-04 12:56:18 +01:00
rollup.config.js First commit 2022-12-04 03:09:40 +01:00
tsconfig.json First commit 2022-12-04 03:09:40 +01:00

README.md

RSS Viewer

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
npm install
npm run build

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.