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 3ad11a4788 Reduce the font of the feed description 2023-01-20 23:35:43 +01:00
src Reduce the font of the feed description 2023-01-20 23:35:43 +01:00
.gitignore gitignore 2023-01-02 22:16:34 +01:00
LICENSE Added (GPLv3) license 2023-01-02 22:20:35 +01:00
README.md Made a build.sh script to generate the zipped extension file 2022-12-04 15:45:39 +01:00
build.sh Generate both the Chrome and Firefox extensions 2023-01-02 22:16:15 +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 Bumped version 0.1.0 -> 0.1.1 2022-12-04 15:46:23 +01:00
package.json Bumped version 0.1.0 -> 0.1.1 2022-12-04 15:46:23 +01:00
rollup.config.js Version 0.1.2 2023-01-18 19:07:04 +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
./build.sh

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.