Review of "WebFeed" version 1

Details Page Preview

RSS and Atom Feed reader for GNOME Shell

Extension Homepage
https://github.com/xynium/webfeed

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
8 Active
7 Inactive
6 Active
5 Rejected
4 Active
3 Inactive
2 Rejected
1 Inactive

Previous Reviews on this Version

JustPerfection active
Also do this in stop: ```js this.wtforresptmr = null; this.timeout = null; ``` If you want to port your extension to 40 and higher: - [GNOME Shell 43](https://gjs.guide/extensions/upgrading/gnome-shell-43.html) - [GNOME Shell 42](https://gjs.guide/extensions/upgrading/gnome-shell-42.html) - [GNOME Shell 40](https://gjs.guide/extensions/upgrading/gnome-shell-40.html) If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
Xynium posted a review
In fact i think i will supress stop(); because it cause a problem when returning from suspend; I test that and submit you another zip tomorrow. JP