Perfetto UI
Enables the Perfetto trace viewer (https://ui.perfetto.dev) to record Chrome browser traces.
Perfetto UI là gì?
Perfetto UI là một tiện ích mở rộng Chrome được phát triển bởi https://perfetto.dev, và tính năng chính của nó là "Enables the Perfetto trace viewer (https://ui.perfetto.dev) to record Chrome browser traces.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Perfetto UI
Tải xuống các tệp mở rộng Perfetto UI 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
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/.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Perfetto UI |
ID | lfmkphfpdbjijhpomgecfikhfohaoine |
URL Chính Thức | https://chromewebstore.google.com/detail/perfetto-ui/lfmkphfpdbjijhpomgecfikhfohaoine |
Mô tả | Enables the Perfetto trace viewer (https://ui.perfetto.dev) to record Chrome browser traces. |
Kích Thước Tệp | 2.3 MB |
Số Lần Cài Đặt | 4,503 |
Phiên Bản Hiện Tại | 0.0.0.18 |
Cập Nhật Lần Cuối | 2023-06-23 |
Ngày Phát Hành | 2020-01-15 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://perfetto.dev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |