Review of "Crazy Internet Speed Meter" version 20240130.2248 (1)

Details Page Preview

Simple and minimal internet speed meter extension for the Gnome Shell

Extension Homepage
https://gitlab.gnome.org/larryw3i/Crazy1nternetSpeedMeter.git

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
20250304.144857 (24) Active
20250131.161038 (23) Active
20241223.190925 (22) Active
20241223.180746 (21) Active
20241007.074651 (20) Active
20241003.053429 (19) Active
20240829.132207 (18) Active
20240829.131123 (17) Rejected
20240821.020036 (16) Active
20240820.171011 (15) Active
20240820.160949 (14) Rejected
20240706.013751 (13) Active
20240628.1720 (12) Active
20240623.1951 (11) Active
20240202.1638 (10) Active
20240202.1610 (9) Rejected
20240202.0901 (8) Active
20240201.2125 (7) Active
20240201.1731 (6) Active
20240131.1304 (5) Active
20240131.0131 (4) Active
20240131.0115 (3) Active
20240131.0026 (2) Active
20240130.2248 (1) Rejected

Previous Reviews on this Version

JustPerfection rejected
1. No need to use `this.initTranslation()` (line 56 `extension.js`): > Consider this method deprecated. > Only specify gettext-domain in metadata.json. > GNOME Shell can automatically initiate the translation for you > when it sees the gettext-domain key in metadata.json. [Port Guide 45: Extension Utils](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#extensionutils) 2. Don't use the same property name for timeouts (line 257 and 282 `extension.js`). 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
larryw3i posted a review
I have to use the same property name because I need to reset the threshold for timeout, but I'll release it via 'GLib.Source.remove' before reusing it.