Review of "Show External IP" version 12

Details Page Preview

Displays your external IP in the Toolbar and sends a system notification if changed. This extension is handy for those work at different locations or with different VPNs to quickly see your public IP and country. It checks at regular intervals and whenever computer network events occur. Clipboard Access: Used to copy IP addresses, locations, and network details from the extension menu to your clipboard.

Extension Homepage
https://github.com/cwittenberg/thisipcan.cyou

No comments.

Diff Against

Files

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

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

Previous Reviews on this Version

cwittenberg posted a review
- Bugfix where UUID was incorrectly specified - Added feature for showing ASN details - Added feature for showing/opening map of ASN public IP location
JustPerfection rejected
You shouldn't use gtk in extension.js (line 351). You can use `AppSystem`: https://gjs-docs.gnome.org/shell01~0.1_api/shell.appsystem#method-lookup_app or spawn command `xdg-open URL`
cwittenberg posted a review
Understood. I have switched to spawn for this, which also works.