Mini Performance Monitor

View performance data preview

Mini Performance Monitor là gì?

Mini Performance Monitor là một tiện ích mở rộng Chrome được phát triển bởi mrhilliker, và tính năng chính của nó là "View performance data preview".

Tải xuống tệp CRX của tiện ích mở rộng Mini Performance Monitor

Tải xuống các tệp mở rộng Mini Performance Monitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Small performance monitor extension to track framerate, render time, and heap memory utilization. 

Note: Memory monitoring will require Chrome to be launched with the following flag: --enable-precise-memory-info


Based off of stats.js: https://github.com/mrdoob/stats.js/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mini Performance Monitor Mini Performance Monitor
ID ipgpjgifjnioddcchjpjcfagalbfapfk
URL Chính Thức https://chrome.google.com/webstore/detail/mini-performance-monitor/ipgpjgifjnioddcchjpjcfagalbfapfk
Mô tả View performance data preview
Kích Thước Tệp 45.61 KB
Số Lần Cài Đặt 201
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2018-05-16
Ngày Phát Hành 2018-05-16
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển mrhilliker
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mini Performance Monitor",
    "description": "View performance data preview",
    "version": "0.0.3",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}