A simple extensions that allows you to render RSS feeds directly in the browser and fetch RSS URLs from web pages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Fabio Manganiello fe36c0c60d
Bumped version to 0.1.3
5 months ago
src Bumped version to 0.1.3 5 months ago
.gitignore gitignore 5 months ago
LICENSE Added (GPLv3) license 5 months ago
README.md Made a build.sh script to generate the zipped extension file 6 months ago
build.sh Generate both the Chrome and Firefox extensions 5 months ago
demo.gif First commit 6 months ago
genicon.sh First commit 6 months ago
package-lock.json Bumped version 0.1.0 -> 0.1.1 6 months ago
package.json Bumped version 0.1.0 -> 0.1.1 6 months ago
rollup.config.js Version 0.1.2 5 months ago
tsconfig.json First commit 6 months ago

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.