Skip to content

saveside/firerss

 
 

Repository files navigation

FireRSS

FireRSS is a simple RSS scrape tool to find the RSS feeds in the current web page.

Installation (Chrome)

  • Note: This extension is not available on the Chrome Web Store. You can install it manually by following the steps below.
  1. Clone the repository

    git clone <this-repo>
  2. Install the nodejs and npm dependencies

    npm install
  3. Generate PEM key

    mkdir ~/.ssh && cd ~/.ssh
    openssl genrsa 2048 | openssl pkcs8 -topk8 -nocrypt -out crx.pem
  4. Build the extension

    CHROMIUM_PATH=$(which chromium-browser) make chromium
  5. Open Chrome and go to chrome://extensions/

    chrome://extensions/
  6. Open the file explorer and drag and drop the build/chromium.crx file to the extensions page.

  7. Click on Add Extension to install the extension.

Installation (Firefox)

This extension is already available on the Firefox Add-ons store. You can install it from here

About

A RSS Scraper for Browsers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.9%
  • JavaScript 9.6%
  • HTML 7.9%
  • CSS 6.6%
  • Makefile 1.0%