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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rohanvats และคุณลักษณะหลักของมันคือ "Show all of your local and external (IPv4 & IPv6) addresses with Downlink Speed and RTT as well."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IP & Downlink Utility

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
}