React Performance Devtool
A devtool extension for inspecting the performance of React components.
什么是React Performance Devtool?
React Performance Devtool是由tulswani19开发的Chrome扩展程序,该扩展的主要功能是“A devtool extension for inspecting the performance of React components.”。
扩展截图
下载React Performance Devtool扩展crx文件
下载React Performance Devtool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Chrome devtool extension for inspecting performance of React components.
扩展基本信息
名称 | React Performance Devtool |
ID | fcombecpigkkfcbfaeikoeegkmkjfbfm |
官方URL | https://chromewebstore.google.com/detail/react-performance-devtool/fcombecpigkkfcbfaeikoeegkmkjfbfm |
简介 | A devtool extension for inspecting the performance of React components. |
文件大小 | 170 KB |
安装次数 | 12,552 |
当前版本 | 5.5 |
更新时间 | 2018-08-30 |
上架时间 | 2018-08-30 |
评分 | 3.36/5 共11次评分 |
开发者 | tulswani19 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/nitin42/react-perf-devtool |
帮助页面URL | https://github.com/nitin42/react-perf-devtool/ |
支持的语言 | 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'" } |