Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/longnghia/read-later
Let's read it later!
https://github.com/longnghia/read-later
addon extension firefox read-later
Last synced: 7 days ago
JSON representation
Let's read it later!
- Host: GitHub
- URL: https://github.com/longnghia/read-later
- Owner: longnghia
- License: mit
- Created: 2024-07-27T18:51:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T03:13:55.000Z (2 months ago)
- Last Synced: 2024-09-15T08:31:33.741Z (2 months ago)
- Topics: addon, extension, firefox, read-later
- Language: TypeScript
- Homepage: https://addons.mozilla.org/addon/read-it-later/
- Size: 2.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Read Later
Easily manage multiple tabs - save for later and revisit at your convenience.## Features
### Save Tabs
https://github.com/user-attachments/assets/27b0eba4-c255-4e70-acee-f435cc40f915
- Save current tab with shortcut `ctrl + b`
- Click an item to open in a new tab
- `cmd/ctrl + click` to open and remove from read-later### Save Groups
https://github.com/user-attachments/assets/ab9dc3d6-3272-46c0-b567-2da567b1e8fe
- Manage groups of related tabs
## Development
```bash
# Install dependencies
yarn# Development Build
yarn start firefox# Production Build
yarn build firefox
```Production build is located in `dist/v2`
### TODO
- [ ] Save highlighted tabs
- [ ] Export JSON data## Credits
- [Browser Extension Template](https://github.com/debdut/browser-extension.git)
- [SVG Backgrounds](https://www.svgbackgrounds.com/elements/animated-svg-preloaders/)
- [Flaticon](https://www.flaticon.com)## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.