React Fiberline
A devtool extension for inspecting the performance of React components.
What is React Fiberline?
React Fiberline is a Chrome extension developed by Unknown, and its main feature is "A devtool extension for inspecting the performance of React components.".
Extension Screenshots
Download React Fiberline Extension CRX File
Download React Fiberline 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
React Fiberline is a visualizer to help illustrate the inner workings of the new React Fiber Architecture.
Extension Basic Information
Name | React Fiberline |
ID | ghgjnfokjgenlpnjcobcnelemicbhbbb |
Official URL | https://chromewebstore.google.com/detail/react-fiberline/ghgjnfokjgenlpnjcobcnelemicbhbbb |
Description | A devtool extension for inspecting the performance of React components. |
File Size | 211 KB |
Installation Count | 20 |
Current Version | 4 |
Last Updated | 2018-04-09 |
Publish Date | 2018-04-09 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "React Fiberline", "short_name": "react-fiberline", "description": "A devtool extension for inspecting the performance of React components.", "version": "4", "devtools_page": "devtools.html", "icons": { "128": ".\/icon\/fiberline.jpg" }, "permissions": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |