Browser Extension for Readeck
  • JavaScript 62.3%
  • Svelte 30.7%
  • CSS 2.9%
  • Makefile 2.8%
  • HTML 1.3%
Find a file
2026-03-04 00:07:07 +01:00
addon Simplified authorization flow 2026-02-04 15:51:02 +01:00
LICENSES Introducing an Icon component. 2024-09-15 13:28:34 +02:00
screenshots Updated screenshots 2024-11-04 19:35:32 +01:00
src Improved "icon-[" CSS selector 2026-03-03 23:10:06 +01:00
.gitignore Add Safari support 2026-02-05 16:36:54 +01:00
.prettierrc OAuth support for Readeck 0.21 2025-10-22 15:16:50 +02:00
CHANGELOG.md Version 2.6.2 2026-03-04 00:07:07 +01:00
eslint.config.js Serialize contents of shadow DOM host elements 2026-03-03 09:22:32 +01:00
gulpfile.js Simplified authorization flow 2026-02-04 15:51:02 +01:00
LICENSE Initial Commit 2023-09-06 07:23:30 +02:00
Makefile Add Safari support 2026-02-05 16:36:54 +01:00
package-lock.json Version 2.6.2 2026-03-04 00:07:07 +01:00
package.json Version 2.6.2 2026-03-04 00:07:07 +01:00
README.md Updated dependencies 2026-03-03 09:33:28 +01:00
REUSE.toml Simplified authorization flow 2026-02-04 15:51:02 +01:00
tailwind.config.js Migrated to iconify 2026-03-03 11:12:59 +01:00
webext-manifest.js Add Safari support 2026-02-05 16:36:54 +01:00

Readeck Browser Extension

License: GPL v3 Download For Firefox Download For Chrome

Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever.
See it as a bookmark manager and a read later tool.

More information on https://codeberg.org/readeck/readeck

This is the browser extension that lets you save pages directly from your browser.

Features

Send the content as you see it

Sometimes, Readeck can't directly save an article. There can be many reasons for that; the service is blocked by a website or it's a subscription only website.

The extension solves these issues by sending the full content of the page you want to save, including images.

Select content

In other occasions, you might need to save only a specific part of a page. If you select some text and click on the Readeck button, only the selected part will be sent to Readeck.
You can even save multiple selections at once!

Installation

Firefox

You can install the Readeck Extension from the Mozilla Addon Repository.

Chrome, Chromium

You can install the Readeck Extention from the Chrome Web Store.

Development

After checking out the repository, you need to download all dependencies:

npm ci

Then you can run the extension in either Firefox or Chrome depending on your preference:

make moz-run
make chrome-run

Safari

Safari uses Apple's web extension converter.

In Safari, you need to go in: Settings > Developer > Allow unsigned extensions. Convert the built extension into an Xcode project:

make safari-convert

After Xcode opens, select the target app (macOS or iOS) and run the project. Allow the extension in Settings > Extensions > Readeck.