Perfetto UI

Enables the Perfetto trace viewer (https://ui.perfetto.dev) to record Chrome browser traces.

Perfetto UI란 무엇입니까?

Perfetto UI은(는) https://perfetto.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables the Perfetto trace viewer (https://ui.perfetto.dev) to record Chrome browser traces."입니다.

확장 프로그램 스크린샷

screenshot

Perfetto UI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension provides the capability to start and stop Chrome performance traces from the Perfetto trace viewer UI.

Requires Chrome M81 to function correctly.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

확장 프로그램 기본 정보

이름 Perfetto UI Perfetto UI
ID lfmkphfpdbjijhpomgecfikhfohaoine
공식 URL https://chromewebstore.google.com/detail/perfetto-ui/lfmkphfpdbjijhpomgecfikhfohaoine
설명 Enables the Perfetto trace viewer (https://ui.perfetto.dev) to record Chrome browser traces.
파일 크기 2.3 MB
설치 횟수 4,503
현재 버전 0.0.0.18
최근 업데이트 2023-06-23
출시 날짜 2020-01-15
평점 5.00/5 총 3 개의 평점
개발자 https://perfetto.dev
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Perfetto UI",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhm3X7qutsrskke84ltokTObnFJakd\/d0XFQ6Ox2wQueHTGJM5GUNPTY\/x8bdreNtGnfzvt\/Sd0vABbR0wsS6lz5yY+g6ksMXJnigFe9N7uz8E3KojDrl3xYjIe+mkiJo8yxxzPydgb7GjQ6jmsX3g+yjj67kXzm9rZFkmoZ5WmqwBZlguPYVRN\/W8CIIqBZkC3Qmq6uSG7b\/g93YbwqmTmGiL2sAzgvXtqvDOD6503abtQkRC795E4VjJd+ffyeRH38fAEz5ZIrA6GJsfmov1TZTIu1NTwqylSpBYl5as7C6gpmuxDV4SvHvGT2hMQuIufDhZhErjI3B7bcX+XLe1wIDAQAB",
    "description": "Enables the Perfetto trace viewer (https:\/\/ui.perfetto.dev) to record Chrome browser traces.",
    "version": "0.0.0.18",
    "manifest_version": 2,
    "minimum_chrome_version": "81.0.4022.0",
    "permissions": [
        "declarativeContent",
        "debugger"
    ],
    "icons": {
        "128": "logo-128.png"
    },
    "background": {
        "scripts": [
            "chrome_extension_bundle.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/127.0.0.1\/*",
            "https:\/\/*.perfetto.dev\/*"
        ]
    }
}