Skip to content

paulcoding810/read-later-v3

Repository files navigation

Badge Commits Badge Issues Badge License Badge Mozilla Badge Chrome


Read Later


Get Read Later for Firefox Get Read Later for Chromium


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:

🚀 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:

# Install dependencies
yarn

💻 Development (Chrome)

# Start development server
yarn dev

🏗️ Building

yarn build # for Chrome extension
yarn build:firefox # for Firefox add-on

📦 Packing

To create a zip file for distribution, run:

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