Read Later is a browser extension to efficiently manage and save tabs for later reading
This is an improved version of the original Read Later extension, featuring:
- Lighter footprint
- Enhanced user interface
- Manifest V3 support
Older versions:
- Quick save current tab with
Ctrl + B - Open saved tabs in new window.
Cmd/Ctrl/Shift + Clickto also remove tab from reading list
- Create and manage collections of related tabs
Prerequisites:
- Node.js >= 14
- Yarn package manager
Setup:
# Install dependencies
yarn# Start development server
yarn devyarn build # for Chrome extension
yarn build:firefox # for Firefox add-onTo create a zip file for distribution, run:
yarn zip # for chrome
yarn zip:firefox # for firefox- Enable Developer mode
- Click "Load unpacked"
- Select the
buildfolder
- Navigate to
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select the
buildfolder
Built with create-chrome-ext

