Readable Extension (#137)

* added Readable Extentension

* added Readable Extentension

* peak concise

* description unified

* minor typo
This commit is contained in:
Eris 2022-06-08 08:28:55 +02:00 committed by GitHub
parent d6270d0cab
commit a63fa1eecc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 2 deletions

View file

@ -199,6 +199,17 @@
"method": "git",
"directory": "xExtension-QuickCollapse"
},
{
"name": "Readable",
"author": "printfuck",
"description": "Fetch article content for selected feeds with Readability or Mercury",
"version": 0.1,
"entrypoint": "Readable",
"type": "user",
"url": "https://github.com/printfuck/xExtension-Readable",
"method": "git",
"directory": "."
},
{
"name": "Reading Time",
"author": "Lapineige",