React Performance Devtool

React Performance Devtool

A devtool extension for inspecting the performance of React components.

Merlin
Additional files are visible only to premium users

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'"
}