React Performance Devtool
A devtool extension for inspecting the performance of React components.
React Performance Devtool là gì?
React Performance Devtool là một tiện ích mở rộng Chrome được phát triển bởi tulswani19, và tính năng chính của nó là "A devtool extension for inspecting the performance of React components.".
Ả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 React Performance Devtool
Tải xuống các tệp mở rộng React Performance Devtool 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
A Chrome devtool extension for inspecting performance of React components.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | React Performance Devtool |
ID | fcombecpigkkfcbfaeikoeegkmkjfbfm |
URL Chính Thức | https://chromewebstore.google.com/detail/react-performance-devtool/fcombecpigkkfcbfaeikoeegkmkjfbfm |
Mô tả | A devtool extension for inspecting the performance of React components. |
Kích Thước Tệp | 170 KB |
Số Lần Cài Đặt | 12,552 |
Phiên Bản Hiện Tại | 5.5 |
Cập Nhật Lần Cuối | 2018-08-30 |
Ngày Phát Hành | 2018-08-30 |
Đánh Giá | 3.36/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | tulswani19 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/nitin42/react-perf-devtool |
URL Trang Trợ Giúp | https://github.com/nitin42/react-perf-devtool/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "React Performance Devtool", "short_name": "react-perf-devtool", "description": "A devtool extension for inspecting the performance of React components.", "version": "5.5", "devtools_page": "devtools.html", "icons": { "16": ".\/icon\/RP16.png", "48": ".\/icon\/RP48.png", "128": ".\/icon\/RP128.png" }, "permissions": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |