Update extension list

This commit is contained in:
GitHub Actions Bot 2023-09-16 12:50:13 +00:00
parent ce38b3849d
commit 79211d30aa

View file

@ -82,7 +82,7 @@
"name": "Custom CSS", "name": "Custom CSS",
"author": "Marien Fressinaud", "author": "Marien Fressinaud",
"description": "Give possibility to overwrite the CSS with a user-specific rules.", "description": "Give possibility to overwrite the CSS with a user-specific rules.",
"version": 0.2, "version": "0.2",
"entrypoint": "CustomCSS", "entrypoint": "CustomCSS",
"type": "user", "type": "user",
"url": "https://github.com/FreshRSS/Extensions", "url": "https://github.com/FreshRSS/Extensions",
@ -93,7 +93,7 @@
"name": "Custom JS", "name": "Custom JS",
"author": "Frans de Jonge", "author": "Frans de Jonge",
"description": "Apply custom JS.", "description": "Apply custom JS.",
"version": 0.2, "version": "0.2",
"entrypoint": "CustomJS", "entrypoint": "CustomJS",
"type": "user", "type": "user",
"url": "https://github.com/FreshRSS/Extensions", "url": "https://github.com/FreshRSS/Extensions",
@ -181,7 +181,7 @@
"name": "Image Proxy", "name": "Image Proxy",
"author": "Frans de Jonge", "author": "Frans de Jonge",
"description": "No insecure content warnings or disappearing images.", "description": "No insecure content warnings or disappearing images.",
"version": 0.5, "version": "0.5",
"entrypoint": "ImageProxy", "entrypoint": "ImageProxy",
"type": "user", "type": "user",
"url": "https://github.com/FreshRSS/Extensions", "url": "https://github.com/FreshRSS/Extensions",
@ -254,6 +254,17 @@
"method": "git", "method": "git",
"directory": "." "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", "name": "RSS-Bridge",
"author": "Devon Hess", "author": "Devon Hess",
@ -287,6 +298,17 @@
"method": "git", "method": "git",
"directory": "." "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", "name": "Reddit Image",
"author": "Alexis Degrugillier", "author": "Alexis Degrugillier",
@ -302,7 +324,7 @@
"name": "Share By Email", "name": "Share By Email",
"author": "Marien Fressinaud", "author": "Marien Fressinaud",
"description": "Improve the sharing by email system.", "description": "Improve the sharing by email system.",
"version": 0.1, "version": "0.1",
"entrypoint": "ShareByEmail", "entrypoint": "ShareByEmail",
"type": "user", "type": "user",
"url": "https://github.com/FreshRSS/Extensions", "url": "https://github.com/FreshRSS/Extensions",
@ -313,7 +335,7 @@
"name": "ShowFeedID", "name": "ShowFeedID",
"author": "math-GH", "author": "math-GH",
"description": "Show the feed ID", "description": "Show the feed ID",
"version": 0.1, "version": "0.1",
"entrypoint": "ShowFeedID", "entrypoint": "ShowFeedID",
"type": "user", "type": "user",
"url": "https://github.com/FreshRSS/Extensions", "url": "https://github.com/FreshRSS/Extensions",
@ -331,6 +353,17 @@
"method": "git", "method": "git",
"directory": "xExtension-SmartMobileMenu" "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", "name": "Teem Video Feed",
"author": "Kevin Papst", "author": "Kevin Papst",
@ -368,7 +401,7 @@
"name": "TinyTinyRSS API", "name": "TinyTinyRSS API",
"author": "Marien Fressinaud", "author": "Marien Fressinaud",
"description": "Provides an API compliant with TinyTinyRSS applications.", "description": "Provides an API compliant with TinyTinyRSS applications.",
"version": 0.1, "version": "0.1",
"entrypoint": "TTRSS_API", "entrypoint": "TTRSS_API",
"type": "system", "type": "system",
"url": "https://github.com/FreshRSS/Extensions", "url": "https://github.com/FreshRSS/Extensions",
@ -379,7 +412,7 @@
"name": "Title-Wrap", "name": "Title-Wrap",
"author": "₣rans de Jonge, Joris Kinable", "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.", "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", "entrypoint": "TitleWrap",
"type": "user", "type": "user",
"url": "https://github.com/FreshRSS/Extensions", "url": "https://github.com/FreshRSS/Extensions",