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.
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:82
St.Clipboard.get_default()
history.js:238
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:278
notification.connect('destroy', () => {
this.notification_msg_sources.delete(source);
})
| Version | Status |
|---|---|
| 18 | Active |
| 17 | Rejected |
| 16 | Rejected |
| 15 | Inactive |
| 14 | Inactive |
| 13 | Rejected |
| 12 | Rejected |
| 11 | Inactive |
| 10 | Rejected |
| 9 | Rejected |
| 8 | Rejected |
| 7 | Rejected |
| 6 | Rejected |
| 5 | Inactive |
| 4 | Inactive |
| 3 | Inactive |
| 2 | Rejected |
| 1 | Rejected |