Review of "Network Speed Monitor" version 1

Details Page Preview

Displays the current network speed on the top bar.

Extension Homepage
https://github.com/ajxv/netspeed-monitor

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
3 Active
2 Inactive
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Don't use sync spawn since that can freeze the shell process (line 72 `extension.js`): [GJS Guide: Subprocesses](https://gjs.guide/guides/gio/subprocesses.html#complete-examples) 2. Please remove line 160 `extension.js` and use this in `NetworkSpeedIndicator` class: ```js destroy() { this.stopUpdate(); super.destroy(); } ``` If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions