Review of "Tailscale" version 0.1.0 (1)

Details Page Preview

Manage Tailscale from GNOME Quick Settings without the CLI. Copies peer IPs and Funnel URLs to the clipboard on demand, when the user clicks the corresponding action. Not affiliated with or endorsed by Tailscale Inc. Tailscale is a registered trademark of Tailscale Inc.

Extension Homepage
https://github.com/Disk-MTH/Tailscale-Gnome

No comments.

FAQ

Files

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

Shexli (experimental) warning 1 manual_review 1

Shexli found 2 issues that may need reviewer attention.

EGO-A-005 manual_review

extensions should not access the clipboard directly

Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.

Review Guidelines

  • lib/menu.js:1660
    St.Clipboard.get_default()

EGO-L-003 warning

signals connected by extension should be disconnected in disable()

Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.

Disconnect all signals

  • extension.js:69
    id

All Versions

Version Status
0.1.0 (1) Unreviewed