From 579b842d925776794f3447a5efb437a446b191fb Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 7 Feb 2022 11:21:43 +0000 Subject: [PATCH] Update extension list --- extensions.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/extensions.json b/extensions.json index bfcd6d7..fe0f306 100644 --- a/extensions.json +++ b/extensions.json @@ -166,6 +166,17 @@ "method": "git", "directory": "xExtension-QuickCollapse" }, + { + "name": "Reading Time", + "author": "Lapineige", + "description": "Add a reading time estimation next to each article title", + "version": 1.2, + "entrypoint": "ReadingTime", + "type": "user", + "url": "https://framagit.org/Lapineige/FreshRSS_Extension-ReadingTime/", + "method": "git", + "directory": "." + }, { "name": "ReadingTime", "author": "Lapineige", @@ -232,6 +243,17 @@ "method": "git", "directory": "xExtension-Teem" }, + { + "name": "ThreePanesView", + "author": "nicofrand", + "description": "Adds a third vertical pane along the articles list, to display the articles content.", + "version": 1.11, + "entrypoint": "ThreePanesView", + "type": "user", + "url": "https://framagit.org/nicofrand/xextension-threepanesview", + "method": "git", + "directory": "." + }, { "name": "TinyTinyRSS API", "author": "Marien Fressinaud",