FireRSS is a simple RSS scrape tool to find the RSS feeds in the current web page.
- Note: This extension is not available on the Chrome Web Store. You can install it manually by following the steps below.
-
Clone the repository
git clone <this-repo>
-
Install the nodejs and npm dependencies
npm install
-
Generate PEM key
mkdir ~/.ssh && cd ~/.ssh openssl genrsa 2048 | openssl pkcs8 -topk8 -nocrypt -out crx.pem
-
Build the extension
CHROMIUM_PATH=$(which chromium-browser) make chromium
-
Open Chrome and go to
chrome://extensions/
chrome://extensions/
-
Open the file explorer and drag and drop the
build/chromium.crx
file to the extensions page. -
Click on
Add Extension
to install the extension.
This extension is already available on the Firefox Add-ons store. You can install it from here