Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/XcrossD/read-later-bookmarks
- Owner: XcrossD
- License: mit
- Created: 2022-01-15T04:40:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T14:57:59.000Z (about 2 years ago)
- Last Synced: 2024-08-01T16:56:22.790Z (3 months ago)
- Topics: chrome-extension, chrome-extension-react, productivity
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/read-later-bookmarks/idbfabodbjebjbhimhgfonhhbjlilffb
- Size: 1.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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]
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
## 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!### Built With
* [React.js](https://reactjs.org/)
* [TypeScript](https://www.typescriptlang.org/)
* [React Redux](https://react-redux.js.org/)
* [Blueprint JS](https://blueprintjs.com/)## 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 serverSee the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a full list of proposed features (and known issues).
## 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
```## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Herbert Lin - [email protected]
Project Link: [https://github.com/XcrossD/read-later-bookmarks](https://github.com/XcrossD/read-later-bookmarks)
## 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[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