Skip to the content.

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

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.

Privacy Policy

See the PRIVACY_POLICY.md file for details.