IP & Downlink Utility

Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.

IP & Downlink Utilityとは何ですか?

IP & Downlink Utilityはrohanvatsによって開発されたChromeの拡張機能で、その主な機能は「Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.」です。

拡張機能のスクリーンショット

screenshot

IP & Downlink Utility拡張機能のCRXファイルをダウンロード

IP & Downlink Utility拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 IP & Downlink Utility IP & Downlink Utility
ID pfeodmbhcibdodceigbdnjigcbendgdh
公式URL https://chromewebstore.google.com/detail/ip-downlink-utility/pfeodmbhcibdodceigbdnjigcbendgdh
説明 Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well.
ファイルサイズ 245 KB
インストール数 512
現在のバージョン 1.0
最終更新日 2020-04-18
公開日 2020-04-17
開発者 rohanvats
Eメール [email protected]
支払い方法 free
対応言語 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"
}