The official Feedbin browser extension to subscribe to feeds and save pages to read later.
The extension currently targets these browsers:
- Safari - Bundled with the Feedbin app, works on macOS, iOS & iPadOS
- Firefox
- Chrome - Should also work in Chromium based browsers like Edge, Arc, Brave, etc…
The extension uses Jekyll, the ruby static-site generator as a build tool. You'll need ruby and node installed.
After cloning, you can use the included cli tool to get started:
bin/extension setup
The extension is built to run in a browser as well as an extension context to make development easier.
Running
bin/extension run
Will open Firefox with the local extension loaded, as well as your browser. You call also use jekyll's commands to build the site like:
BUILD_TARGET=safari bundle exec jekyll serve --open-url --livereload --destination _site/safari
The other BUILD_TARGET
s are firefox
and chrome
You can report issues and get support by emailing [email protected].
You can contribute by opening a pull request.