Add Quick Collapse extension (#71)

* Add Quick Collapse extension

* Remove async for JS scripts

* Homogeneize const declarations in script
This commit is contained in:
Marien Fressinaud 2020-07-20 11:22:25 +02:00 committed by GitHub
parent 0a8652eefb
commit ad61438c3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 838 additions and 0 deletions

View file

@ -184,6 +184,15 @@
"author": "Alexis Degrugillier",
"url": "https://github.com/aledeg/FreshRSS-extensions",
"type": "gh-subdirectory"
},
{
"name": "Quick Collapse",
"description": "Improve the sharing by email system.",
"description": "Quickly change from folded to unfolded articles",
"version": 0.1,
"author": "romibi and Marien Fressinaud",
"url": "https://github.com/FreshRSS/Extensions",
"type": "gh-subdirectory"
}
]
}