FireRSS is a simple RSS scrape tool to find the RSS feeds in the current web page.
Chrome
-
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.crxfile to the extensions page. -
Click on
Add Extensionto install the extension.
Firefox
-
Clone the repository
git clone <this-repo>
-
Install the nodejs and npm dependencies
npm install
-
Build the extension
make firefox
-
Open Firefox and go to
about:debugging -
Then click
This Firefoxand clickLoad Temporary Add-on... -
Select manifest.json from dist/firefox/ under project folder
See LICENSE