Shows your active WiFi and LAN IP addresses in the top bar, each labelled (WiFi/LAN), updated live on network changes. Clipboard: clicking the indicator copies the shown address(es) to the clipboard. The extension only writes to the clipboard in response to that click — it never reads the clipboard, includes no keyboard shortcuts, and sends nothing over the network. Preferences: toggle the WiFi/LAN labels, optionally include IPv6, set a custom separator, and hide specific interfaces. Reads local state from NetworkManager only.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
extension.js:46
St.Clipboard.get_default()
| Version | Status |
|---|---|
| 3.0 (1) | Active |
Please use `connectObject()` and `disconnectObject()` so it is easier to track for cleanup (`extension.js` only). 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