Skip to content

mt190502/firerss

Repository files navigation

FireRSS

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

image

Google Chrome Chrome Web StoreMozilla Firefox Mozilla Add-on


Manual Installation (for Development)

Chrome
  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.

Firefox
  1. Clone the repository

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

    npm install
  3. Build the extension

    make firefox
  4. Open Firefox and go to about:debugging

  5. Then click This Firefox and click Load Temporary Add-on...

  6. Select manifest.json from dist/firefox/ under project folder


License

See LICENSE