M-Lab Measure
Measure your Internet connection using M-Lab's Open Internet Measurement tools.
M-Lab Measure란 무엇입니까?
M-Lab Measure은(는) Measurement Lab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Measure your Internet connection using M-Lab's Open Internet Measurement tools."입니다.
확장 프로그램 스크린샷
M-Lab Measure 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Measure app provides an easy to use test to measure the performance and health of any Internet connection. Use it to easily track the performance of the Internet connections you use over time. Conduct your own research on Internet connections worldwide. Features include running a test on demand, scheduling tests to run regularly, annotation of your test results, and CSV export of all test data. The Measure App uses a test called the Network Diagnostic Tool (NDT), which is developed and maintained by Internet 2 and hosted by Measurement Lab (M-Lab). It is a sophisticated speed and diagnostic test suitable for both the novice and the network researcher. For more information on NDT and other M-Lab tests, please visit http://www.measurementlab.net/tools/ndt. For help using the Measure App, please visit the wiki: https://github.com/m-lab/measure-app/wiki/Documentation
확장 프로그램 기본 정보
이름 | M-Lab Measure |
ID | leijmacehibmiomcnpaolboihcdepokh |
공식 URL | https://chromewebstore.google.com/detail/m-lab-measure/leijmacehibmiomcnpaolboihcdepokh |
설명 | Measure your Internet connection using M-Lab's Open Internet Measurement tools. |
파일 크기 | 16.63 MB |
설치 횟수 | 5,370 |
현재 버전 | 0.21 |
최근 업데이트 | 2023-06-06 |
출시 날짜 | 2017-06-22 |
평점 | 4.79/5 총 14 개의 평점 |
개발자 | Measurement Lab |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://measurementlab.net/tools/ndt |
개인정보 보호 정책 페이지 URL | https://www.measurementlab.net/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "M-Lab Measure", "description": "Measure your Internet connection using M-Lab's Open Internet Measurement tools.", "version": "0.21", "manifest_version": 2, "background": { "scripts": [ "lib\/ionic\/js\/ionic.bundle.js", "lib\/angular-aria\/angular-aria.js", "lib\/ngCordova\/dist\/ng-cordova.js", "js\/constants.js", "js\/services.js", "js\/services\/backgroundService.js", "js\/services\/chartService.js", "js\/services\/clientService.js", "js\/services\/customScheduleService.js", "js\/services\/historyService.js", "js\/services\/measurementService.js", "js\/services\/mlabService.js", "js\/services\/networkService.js", "js\/services\/scheduleService.js", "js\/services\/settingsService.js", "js\/services\/sharingService.js", "js\/services\/storageService.js", "js\/services\/uploadService.js", "js\/support.js", "js\/support\/chromeApp\/appLauncher.js", "js\/support\/chromeApp\/appSupport.js", "js\/support\/chromeApp\/appBackground.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "index.html" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage", "alarms", "background", "unlimitedStorage" ] } |