React Performance Devtool
A devtool extension for inspecting the performance of React components.
What is React Performance Devtool?
React Performance Devtool is a Chrome extension developed by tulswani19, and its main feature is "A devtool extension for inspecting the performance of React components.".
Extension Screenshots
Download React Performance Devtool Extension CRX File
Download React Performance Devtool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A Chrome devtool extension for inspecting performance of React components.
Extension Basic Information
Name | React Performance Devtool |
ID | fcombecpigkkfcbfaeikoeegkmkjfbfm |
Official URL | https://chromewebstore.google.com/detail/react-performance-devtool/fcombecpigkkfcbfaeikoeegkmkjfbfm |
Description | A devtool extension for inspecting the performance of React components. |
File Size | 170 KB |
Installation Count | 12,552 |
Current Version | 5.5 |
Last Updated | 2018-08-30 |
Publish Date | 2018-08-30 |
Rating | 3.36/5 Total 11 Ratings |
Developer | tulswani19 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/nitin42/react-perf-devtool |
Help Page URL | https://github.com/nitin42/react-perf-devtool/ |
Supported Languages | 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'" } |