From 474e27f011cfa0d76616266209891fd2292b8d38 Mon Sep 17 00:00:00 2001 From: Joedmin Date: Mon, 5 Aug 2024 12:08:19 +0000 Subject: [PATCH] Add Readeck Button extension (#245) --- README.md | 4 ++++ repositories.json | 3 +++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index ce78399..a6898ad 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,10 @@ There are some FreshRSS extensions out there, developed by community members: * [Pocket Button](https://github.com/christian-putzke/freshrss-pocket-button): Add articles to Pocket with one simple button click or a keyboard shortcut. +### By [@Joedmin](https://github.com/Joedmin/) + +* [Readeck Button](https://github.com/Joedmin/xExtension-readeck-button): Add articles to a selected Readeck instance with one simple button click or a keyboard shortcut. + ### By [@printfuck](https://github.com/printfuck/) * [Readable](https://github.com/printfuck/xExtension-Readable): Fetch article content for selected feeds with [Readability](https://github.com/mozilla/readability) or [Mercury](https://github.com/postlight/mercury-parser) diff --git a/repositories.json b/repositories.json index 496894f..6071f43 100644 --- a/repositories.json +++ b/repositories.json @@ -55,6 +55,9 @@ }, { "url": "https://github.com/christian-putzke/freshrss-pocket-button", "type": "git" +}, { + "url": "https://github.com/Joedmin/xExtension-readeck-button", + "type": "git" }, { "url": "https://github.com/printfuck/xExtension-Readable", "type": "git"