aecreations / readnext

Read Next: an extension for Mozilla Firefox
Other
4 stars 1 forks source link

Read Next

The reading list that syncs to the cloud.

Save your web pages for reading later with Read Next. Browse your unread links from the reading list sidebar, and pick up from where you left off on your other devices by syncing your reading list to the cloud.

Learn more and install the Firefox extension from the AE Creations website. Read Next is also available from Firefox Add-ons.

Contribute!

Want to help? Make a donation or add a translation.

If you are skilled at Firefox extension development and want to contribute code for a bug fix or a new feature, follow these instructions:

  1. Create an issue to describe your bug fix or feature.
  2. Create a new branch originating from the branch for the current major version, branches/1.1. The new branch is where you should commit your code changes. The branch name should follow the naming convention branches/your-branch-name.
  3. When your code changes are ready for review, open a pull request to merge to the branch for the current major version. Ensure that your PR references the issue you created in step 1.
  4. IMPORTANT! The main branch contains the source code for the current release. Do not commit directly to the main branch.