M-Lab Measure

Measure your Internet connection using M-Lab's Open Internet Measurement tools.

M-Lab Measureคืออะไร?

M-Lab Measure เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Measurement Lab และคุณลักษณะหลักของมันคือ "Measure your Internet connection using M-Lab's Open Internet Measurement tools."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย M-Lab Measure

ดาวน์โหลดไฟล์ส่วนขยาย M-Lab Measure ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}