https://github.com/paulcoding810/read-later-v3
extension for tabs management
https://github.com/paulcoding810/read-later-v3
chrome-extension crxjs firefox-addon
Last synced: about 2 months ago
JSON representation
extension for tabs management
- Host: GitHub
- URL: https://github.com/paulcoding810/read-later-v3
- Owner: paulcoding810
- License: mit
- Created: 2025-01-31T08:58:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T15:44:07.000Z (about 1 year ago)
- Last Synced: 2025-02-21T16:38:05.990Z (about 1 year ago)
- Topics: chrome-extension, crxjs, firefox-addon
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-GB/firefox/addon/read-it-later/
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Badge Commits]][Commit Rate]
[![Badge Issues]][Issues]
[![Badge License]][License]
[![Badge Mozilla]][Mozilla]
[![Badge Chrome]][Chrome]
---
Read Later
---
***
Read Later is a browser extension to efficiently manage and save tabs for later reading
***
## âšī¸ About
This is an improved version of the original Read Later extension, featuring:
- Lighter footprint
- Enhanced user interface
- Manifest V3 support
Older versions:
- [ver 1](https://github.com/paulcoding810/MyExtensions/tree/main/ReadLater)
- [ver 2](https://github.com/paulcoding810/LExtension)
- [ver 3](https://github.com/paulcoding810/read-later-v2)
## đ Features
### Tab Management
- Quick save current tab with `Ctrl + B`
- Open saved tabs in new window. `Cmd/Ctrl/Shift + Click` to also remove tab from reading list
### Group Organization
- Create and manage collections of related tabs
## đ ī¸ Installation
Prerequisites:
- Node.js >= 14
- Yarn package manager
Setup:
```bash
# Install dependencies
yarn
```
### đģ Development (Chrome)
```bash
# Start development server
yarn dev
```
### đī¸ Building
```bash
yarn build # for Chrome extension
yarn build:firefox # for Firefox add-on
```
### đĻ Packing
To create a zip file for distribution, run:
```bash
yarn zip # for chrome
yarn zip:firefox # for firefox
```
### Loading in Chrome
1. Enable Developer mode
2. Click "Load unpacked"
3. Select the `build` folder
### Loading in Firefox
1. Navigate to `about:debugging#/runtime/this-firefox`
2. Click "Load Temporary Add-on"
3. Select the `build` folder
---
Built with [create-chrome-ext](https://github.com/guocaoyi/create-chrome-ext)
[Mozilla]: https://addons.mozilla.org/addon/read-it-later/
[Chrome]: https://chromewebstore.google.com/detail/read-later/cbkpffbpdnkdlfdaoeakdelhmakefomb
[License]: LICENSE.txt
[Commit Rate]: https://github.com/paulcoding810/read-later-v3/commits/main
[Issues]: https://github.com/paulcoding810/read-later-v3/issues
[Badge Commits]: https://img.shields.io/github/commit-activity/m/paulcoding810/read-later-v3?label=Commits
[Badge Mozilla]: https://img.shields.io/amo/v/read-it-later
[Badge Chrome]: https://img.shields.io/chrome-web-store/v/cbkpffbpdnkdlfdaoeakdelhmakefomb
[Badge License]: https://img.shields.io/badge/License-MIT-blue.svg
[Badge Issues]: https://img.shields.io/github/issues/paulcoding810/read-later-v3/issues

