React Fiberline
A devtool extension for inspecting the performance of React components.
Wat is React Fiberline?
React Fiberline is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A devtool extension for inspecting the performance of React components.".
Extensie Screenshots
Download het CRX-bestand van de extensie React Fiberline
Download React Fiberline-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
React Fiberline is a visualizer to help illustrate the inner workings of the new React Fiber Architecture. Basisinformatie over de Extensie
| Naam | |
| ID | ghgjnfokjgenlpnjcobcnelemicbhbbb |
| Officiële URL | https://chromewebstore.google.com/detail/react-fiberline/ghgjnfokjgenlpnjcobcnelemicbhbbb |
| Beschrijving | A devtool extension for inspecting the performance of React components. |
| Bestandsgrootte | 211 KB |
| Aantal Installaties | 20 |
| Huidige Versie | 4 |
| Laatst Bijgewerkt | 2018-04-09 |
| Publicatiedatum | 2018-04-09 |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |