From 79211d30aafd6e41141df0490a21dcef1e239285 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sat, 16 Sep 2023 12:50:13 +0000 Subject: [PATCH] Update extension list --- extensions.json | 47 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 40 insertions(+), 7 deletions(-) diff --git a/extensions.json b/extensions.json index 2df32db..c089c09 100644 --- a/extensions.json +++ b/extensions.json @@ -82,7 +82,7 @@ "name": "Custom CSS", "author": "Marien Fressinaud", "description": "Give possibility to overwrite the CSS with a user-specific rules.", - "version": 0.2, + "version": "0.2", "entrypoint": "CustomCSS", "type": "user", "url": "https://github.com/FreshRSS/Extensions", @@ -93,7 +93,7 @@ "name": "Custom JS", "author": "Frans de Jonge", "description": "Apply custom JS.", - "version": 0.2, + "version": "0.2", "entrypoint": "CustomJS", "type": "user", "url": "https://github.com/FreshRSS/Extensions", @@ -181,7 +181,7 @@ "name": "Image Proxy", "author": "Frans de Jonge", "description": "No insecure content warnings or disappearing images.", - "version": 0.5, + "version": "0.5", "entrypoint": "ImageProxy", "type": "user", "url": "https://github.com/FreshRSS/Extensions", @@ -254,6 +254,17 @@ "method": "git", "directory": "." }, + { + "name": "Quick Collapse", + "author": "romibi and Marien Fressinaud", + "description": "Quickly change from folded to unfolded articles", + "version": "0.1.1", + "entrypoint": "QuickCollapse", + "type": "user", + "url": "https://github.com/FreshRSS/Extensions", + "method": "git", + "directory": "xExtension-QuickCollapse" + }, { "name": "RSS-Bridge", "author": "Devon Hess", @@ -287,6 +298,17 @@ "method": "git", "directory": "." }, + { + "name": "ReadingTime", + "author": "Lapineige", + "description": "Add a reading time estimation next to each article", + "version": "1.3.1", + "entrypoint": "ReadingTime", + "type": "user", + "url": "https://github.com/FreshRSS/Extensions", + "method": "git", + "directory": "xExtension-ReadingTime" + }, { "name": "Reddit Image", "author": "Alexis Degrugillier", @@ -302,7 +324,7 @@ "name": "Share By Email", "author": "Marien Fressinaud", "description": "Improve the sharing by email system.", - "version": 0.1, + "version": "0.1", "entrypoint": "ShareByEmail", "type": "user", "url": "https://github.com/FreshRSS/Extensions", @@ -313,7 +335,7 @@ "name": "ShowFeedID", "author": "math-GH", "description": "Show the feed ID", - "version": 0.1, + "version": "0.1", "entrypoint": "ShowFeedID", "type": "user", "url": "https://github.com/FreshRSS/Extensions", @@ -331,6 +353,17 @@ "method": "git", "directory": "xExtension-SmartMobileMenu" }, + { + "name": "Sticky Feeds", + "author": "Marien Fressinaud", + "description": "Set the feed aside in the main stream following the window scroll.", + "version": "0.1.1", + "entrypoint": "StickyFeeds", + "type": "user", + "url": "https://github.com/FreshRSS/Extensions", + "method": "git", + "directory": "xExtension-StickyFeeds" + }, { "name": "Teem Video Feed", "author": "Kevin Papst", @@ -368,7 +401,7 @@ "name": "TinyTinyRSS API", "author": "Marien Fressinaud", "description": "Provides an API compliant with TinyTinyRSS applications.", - "version": 0.1, + "version": "0.1", "entrypoint": "TTRSS_API", "type": "system", "url": "https://github.com/FreshRSS/Extensions", @@ -379,7 +412,7 @@ "name": "Title-Wrap", "author": "â‚£rans de Jonge, Joris Kinable", "description": "Applies a line-wrap to long article titles, as opposed to truncating the title when it overflows its display area.", - "version": 0.1, + "version": "0.1", "entrypoint": "TitleWrap", "type": "user", "url": "https://github.com/FreshRSS/Extensions",