Readable Extension (#137)
* added Readable Extentension * added Readable Extentension * peak concise * description unified * minor typo
This commit is contained in:
parent
d6270d0cab
commit
a63fa1eecc
3 changed files with 20 additions and 2 deletions
|
|
@ -70,3 +70,7 @@ There are some FreshRSS extensions out there, developed by community members:
|
||||||
### By [@christian-putzke](https://github.com/christian-putzke/)
|
### By [@christian-putzke](https://github.com/christian-putzke/)
|
||||||
|
|
||||||
* [Pocket Button](https://github.com/christian-putzke/freshrss-pocket-button): Add articles to Pocket with one simple button click or a keyboard shortcut.
|
* [Pocket Button](https://github.com/christian-putzke/freshrss-pocket-button): Add articles to Pocket with one simple button click or a keyboard shortcut.
|
||||||
|
|
||||||
|
### By [@printfuck](https://github.com/printfuck/)
|
||||||
|
|
||||||
|
* [Readable](https://github.com/printfuck/xExtension-Readable): Fetch article content for selected feeds with [Readability](https://github.com/mozilla/readability) or [Mercury](https://github.com/postlight/mercury-parser)
|
||||||
|
|
|
||||||
|
|
@ -199,6 +199,17 @@
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"directory": "xExtension-QuickCollapse"
|
"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",
|
"name": "Reading Time",
|
||||||
"author": "Lapineige",
|
"author": "Lapineige",
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,9 @@
|
||||||
"url": "https://github.com/kapdap/freshrss-extensions",
|
"url": "https://github.com/kapdap/freshrss-extensions",
|
||||||
"type": "git"
|
"type": "git"
|
||||||
}, {
|
}, {
|
||||||
"url": "https://github.com/christian-putzke/freshrss-pocket-button",
|
"url": "https://github.com/christian-putzke/freshrss-pocket-button",
|
||||||
"type": "git"
|
"type": "git"
|
||||||
|
}, {
|
||||||
|
"url": "https://github.com/printfuck/xExtension-Readable",
|
||||||
|
"type": "git"
|
||||||
}]
|
}]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue