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ファイルをダウンロード

Perfetto UI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
        ]
    }
}