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.
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.
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.
extension.js:69
id
| Version | Status |
|---|---|
| 0.1.0 (1) | Unreviewed |