Performance Assistant

Visualization of web access performance data

Performance Assistant란 무엇입니까?

Performance Assistant은(는) gongqiu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visualization of web access performance data"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Performance Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Performance Assistant Performance Assistant
ID phmppmglkpkjcofmoennnpdmhhhglalc
공식 URL https://chromewebstore.google.com/detail/performance-assistant/phmppmglkpkjcofmoennnpdmhhhglalc
설명 Visualization of web access performance data
파일 크기 1.34 MB
설치 횟수 183
현재 버전 1.0.0
최근 업데이트 2021-04-15
출시 날짜 2021-04-14
평점 5.00/5 총 1 개의 평점
개발자 gongqiu
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}