From 27f697fc01bdb022b9db314b82823c959bd5b5a4 Mon Sep 17 00:00:00 2001 From: Nicolas Frandeboeuf Date: Tue, 19 Feb 2019 21:33:58 +0100 Subject: [PATCH] Add ThreePanesView extension (#40) * Add ThreePanesView extension * Update extensions.json Co-Authored-By: nicofrand --- extensions.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/extensions.json b/extensions.json index 7f31357..d7711d5 100644 --- a/extensions.json +++ b/extensions.json @@ -120,6 +120,14 @@ "author": "Lapineige", "url": "https://framagit.org/Lapineige/FreshRSS_Extension-ReadingTime/", "type": "gh-subdirectory" + }, + { + "name": "ThreePanesView", + "version": 1.2, + "description": "Adds a third vertical pane along the article list, to display the article's content.", + "author": "Nicolas Frandeboeuf", + "url": "https://framagit.org/nicofrand/xextension-threepanesview", + "type": "gh-subdirectory" } ] }