Home

Awesome

CommaFeed browser extension

Cross-browser extension for CommaFeed that supports all Chromium-based browsers as well as Firefox.

The extension will show an action next to the address bar with the count of your unread articles. Clicking the button will either:

It will also allow opening tabs in the background ("b" keyboard shortcut).

Download

Commands

Development

In one terminal, run

npm run watch:firefox
or
npm run watch:chrome

In another terminal, run

npm run serve:firefox
or
npm run serve:chrome

Production

Run

npm run build:firefox
or
npm run build:chrome