Skip to content

XcrossD/read-later-bookmarks

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Read Later Bookmarks

A chrome extension that turns chrome into a read later app with native bookmarks
Chrome web store · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Roadmap
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

Read Later Bookmarks Screen Shot

Although I'm an enjoyer of read later apps, I've been finding myself 1. not really wanting to go to their website and 2. saving youtube links which doesn't work well with read later apps. I chose to just bookmark them in chrome instead. As time went on, it gradually became a nightmare to manage all those bookmarks, so I decided to create a chrome extension to provide a read later view to manage those bookmarks. Hope you enjoy this extension!

(back to top)

Built With

(back to top)

Roadmap

  • Manage individual bookmarks
  • Search and sort
  • Bulk archive and bulk delete
  • Export to 3rd party read later apps
    • Pocket
    • Instapaper
  • Bulk export
  • Tags
  • Combine folders
  • Dev server

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Installation

Due to create-react-app being a single page application and chrome extension requiring multiple independent HTML files, currently the project is setup as one folder for each HTML file.

It is now configured to use a single package.json file. Dev server is currently not supported.

  • npm
    npm install
    npm run build

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Herbert Lin - readlaterbookmarks@gmail.com

Project Link: https://github.com/XcrossD/read-later-bookmarks

(back to top)

Acknowledgments

(back to top)