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."입니다.
확장 프로그램 스크린샷
IP & Downlink Utility 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } |