Skip to content

A light web browser extension to manage your read-it-later list easily.

License

Notifications You must be signed in to change notification settings

SuniRein/read-it-later

Repository files navigation

Read It Later Simply

English | 简体中文

A lightweight browser extension for saving web pages to read later—unlike other similar products, this extension stores only basic page metadata, not the full content.

Inspired by in-my-pocket

Background

I have been using Pocket to manage my reading list, but Pocket will be discontinued after July 7, 2025. While many alternatives exist, they often lack a convenient browser extension, and I primarily read directly in my browser. Since my needs are simple and I don’t require full-page content storage, I decided to develop a tailored solution.

Features

  • Lightweight: Stores only essential page details (URL, title, favicon), keeping the extension fast and resource-efficient.
  • Quick Save: Instantly add the current tab to your reading list with a single click.
  • User-Friendly UI: Manage your list effortlessly with an intuitive interface.

Installation

Development

This extension is built with the WXT framework.

  1. Clone the repository

  2. Install dependencies

    pnpm install
  3. Load the extension in your browser

    pnpm run dev # Chrome
    pnpm run dev:firefox # Firefox

License

This project is licensed under the GPL-3.0 License. See the LICENSE file for details.