Performance Assistant

Visualization of web access performance data

Performance Assistant là gì?

Performance Assistant là một tiện ích mở rộng Chrome được phát triển bởi gongqiu, và tính năng chính của nó là "Visualization of web access performance data".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

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

Tải xuống các tệp mở rộng Performance Assistant 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

                        便捷查看页面的加载性能,还能自定义性能指标。支持持续监听,并绘制一段时间内的加载性能曲线,方便观察。                    

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

Tên Performance Assistant Performance Assistant
ID phmppmglkpkjcofmoennnpdmhhhglalc
URL Chính Thức https://chromewebstore.google.com/detail/performance-assistant/phmppmglkpkjcofmoennnpdmhhhglalc
Mô tả Visualization of web access performance data
Kích Thước Tệp 1.34 MB
Số Lần Cài Đặt 183
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-04-15
Ngày Phát Hành 2021-04-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển gongqiu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Performance Assistant",
    "version": "1.0.0",
    "description": "Visualization of web access performance data",
    "icons": {
        "16": "monitor-icon.png",
        "48": "monitor-icon.png",
        "128": "monitor-icon.png"
    },
    "browser_action": {
        "default_icon": "monitor-icon.png",
        "default_title": "\u9875\u9762\u6027\u80fd\u52a9\u624b",
        "default_popup": "popup.html"
    },
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "inject.js"
    ]
}