Review of "Show External IP" version 6

Details Page Preview

Displays your external IP in the Toolbar, including Country flag, sends a system notification if IP changed. Shows also IP history with Export and an image of the approximate location. This extension is handy for those who work at different locations or with different VPNs to quickly see your public IP and country. 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

JustPerfection rejected
1. You cannot create objects in global scope and leave it there after disable (line 60-67 extension.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization To fix that, move them to enable and null them out in disable. 2. Remove the timeout in disable (line 84 extension.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources