herrherrmann / omnivore-list-popup

Web extension for Firefox and Chrome that shows a popup with a list of your Omnivore articles to quickly open or archive (similar to the In My Pocket extension).
https://addons.mozilla.org/firefox/addon/omnivore-list-popup/
MIT License
70 stars 4 forks source link
chrome-extension firefox-extenstion javascript web-extension

Omnivore List Popup Web Extension (Firefox & Chrome)

[!WARNING] Omnivore is unfortunately shutting down soon. I am currently looking into other platforms to migrate this extension to (and keep most or ideally all of the current features). Get in touch if you have specific ideas or requests. RIP, Omnivore.

Show a popup with a list of your Omnivore articles to quickly open or archive.

Screenshot of the extension running in a browser

Installation & Usage

Get the Add-on for Firefox Get the Add-on for Chrome

  1. Install the extension from the Firefox Extensions page or the Chrome Web Store.
  2. Get an Omnivore API Key through your Omnivore Account.
  3. Go into the extension’s settings and paste your Omnivore API key.
  4. Launch the extension by clicking the new "Omnivore List Popup" button in your extension toolbar/dropdown.
  5. Optional: Add the extension to your always-visible toolbar.

Development Setup

  1. Install the Node version defined in .nvmrc (e.g. with nvm use).
  2. Install dependencies with npm install.

Development Commands

Releasing

  1. Run npm run create-releases to generate the extension archives in the root directory.
  2. Upload the Firefox release on https://addons.mozilla.org/developers/addon/omnivore-list-popup/
  3. Upload the Chrome release on https://chrome.google.com/webstore/devconsole
  4. Remove the locally-created files after uploading via npm run clean.

Contributing

If you have ideas or issues, please get in touch! You can either use GitHub issues or contact herrherrmann directly.

Todos & Ideas

Acknowledgements