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 + Click
to 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 dev
yarn build # for Chrome extension
yarn build:firefox # for Firefox add-on
To create a zip file for distribution, run:
yarn zip # for chrome
yarn zip:firefox # for firefox
- Enable Developer mode
- Click "Load unpacked"
- Select the
build
folder
- Navigate to
about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on"
- Select the
build
folder
Built with create-chrome-ext