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
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.
- 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.
This extension is built with the WXT framework.
-
Clone the repository
-
Install dependencies
pnpm install
-
Load the extension in your browser
pnpm run dev # Chrome pnpm run dev:firefox # Firefox
This project is licensed under the GPL-3.0 License. See the LICENSE file for details.