mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
bookmarklets: add more info link
This commit is contained in:
@@ -5,7 +5,9 @@ class Bookmarklets extends Plugin {
|
|||||||
function about() {
|
function about() {
|
||||||
return array(1.0,
|
return array(1.0,
|
||||||
"Easy feed subscription and web page sharing using bookmarklets",
|
"Easy feed subscription and web page sharing using bookmarklets",
|
||||||
"fox");
|
"fox",
|
||||||
|
false,
|
||||||
|
"https://git.tt-rss.org/fox/tt-rss/wiki/ShareAnything");
|
||||||
}
|
}
|
||||||
|
|
||||||
function init($host) {
|
function init($host) {
|
||||||
|
|||||||
Reference in New Issue
Block a user