Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

A chrome extension that add a read later view for chrome bookmarks
https://github.com/XcrossD/read-later-bookmarks

chrome-extension chrome-extension-react productivity

Last synced: 12 days ago
JSON representation

A chrome extension that add a read later view for chrome bookmarks

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]





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][product-screenshot]

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

* [React.js](https://reactjs.org/)
* [TypeScript](https://www.typescriptlang.org/)
* [React Redux](https://react-redux.js.org/)
* [Blueprint JS](https://blueprintjs.com/)

(back to top)

## Roadmap

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

See the [open issues](https://github.com/othneildrew/Best-README-Template/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
```sh
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 - [email protected]

Project Link: [https://github.com/XcrossD/read-later-bookmarks](https://github.com/XcrossD/read-later-bookmarks)

(back to top)

## Acknowledgments

* Bookmark icon by Icons8
* [Best README template by othneildrew](https://github.com/othneildrew/Best-README-Template)
* Pocket icons created by Pixel perfect - Flaticon
* Instapaper icons created by pictogramer - Flaticon

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/XcrossD/read-later-bookmarks.svg?style=for-the-badge
[contributors-url]: https://github.com/XcrossD/read-later-bookmarks/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/XcrossD/read-later-bookmarks.svg?style=for-the-badge
[forks-url]: https://github.com/XcrossD/read-later-bookmarks/network/members
[stars-shield]: https://img.shields.io/github/stars/XcrossD/read-later-bookmarks.svg?style=for-the-badge
[stars-url]: https://github.com/XcrossD/read-later-bookmarks/stargazers
[issues-shield]: https://img.shields.io/github/issues/XcrossD/read-later-bookmarks.svg?style=for-the-badge
[issues-url]: https://github.com/XcrossD/read-later-bookmarks/issues
[license-shield]: https://img.shields.io/github/license/XcrossD/read-later-bookmarks.svg?style=for-the-badge
[license-url]: https://github.com/XcrossD/read-later-bookmarks/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/herbert-lin-28240446/
[product-screenshot]: images/screenshot.png