Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.09 KB

#Soup Since

This WebExtension adds a "since"-button to the soup.io action bar.

The button allows you to show only posts from the current post on.

##Installation

Firefox

The extension is available at https://addons.mozilla.org/en-US/firefox/addon/soup-since/

Other browsers

While compatible with Chrome and Opera, the extension has not yet been submitted to their extension stores. If you'd still like to install it, read further for information on installing from source.

From Source

####Chrome

  • Clone the repo
  • Go to chrome://extensions in your browser and make sure "Developer Mode" is enabled
  • Click on "Load unpacked extension" and select the folder you cloned the repo to

####Opera

  • Clone the repo
  • Go to chrome://extensions in your browser and make sure "Developer Mode" is enabled
  • Click on "Load unpacked extension" and select the folder you cloned the repo to

####Firefox

  • Clone the repo
  • Go to about:debugging in your browser
  • "Click load temporary Add-on" and select the manifest.json file in the repo