IP & Downlink Utility
Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.
Hvad er IP & Downlink Utility?
IP & Downlink Utility er en Chrome-udvidelse udviklet af rohanvats, og dens hovedfunktion er "Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.".
Udvidelsesskærmbilleder
Download IP & Downlink Utility-udvidelses-CRX-fil
Download IP & Downlink Utility-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
You can now track: - your IP address (static to VPN usage in this build) - check your downlink speed - check the round trip time or RTT An ideal use case would be that if more than one device connects to the same access point (or WiFi) as yours, you can see the downlink speed fluctuate from your original baseband speed.
Grundlæggende oplysninger om udvidelsen
Navn | IP & Downlink Utility |
ID | pfeodmbhcibdodceigbdnjigcbendgdh |
Officiel URL | https://chromewebstore.google.com/detail/ip-downlink-utility/pfeodmbhcibdodceigbdnjigcbendgdh |
Beskrivelse | Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well. |
Filstørrelse | 245 KB |
Antal Installationer | 512 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-04-18 |
Udgivelsesdato | 2020-04-17 |
Udvikler | rohanvats |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "rohanvats", "browser_action": { "default_icon": { "128": "img\/icon128.png" }, "default_popup": "src\/popup\/popup.html", "default_title": "IP & Downlink Utility" }, "description": "Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.", "icons": { "128": "img\/icon128.png" }, "manifest_version": 2, "name": "IP & Downlink Utility", "offline_enabled": true, "permissions": [], "version": "1.0" } |