React Fiberline
A devtool extension for inspecting the performance of React components.
Vad är React Fiberline?
React Fiberline är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "A devtool extension for inspecting the performance of React components.".
Tilläggsskärmbilder
Ladda ner React Fiberline-förlängningens CRX-fil
Ladda ner React Fiberline-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
React Fiberline is a visualizer to help illustrate the inner workings of the new React Fiber Architecture. Grundläggande Information om Tillägg
| Namn | |
| ID | ghgjnfokjgenlpnjcobcnelemicbhbbb |
| Officiell webbadress | https://chromewebstore.google.com/detail/react-fiberline/ghgjnfokjgenlpnjcobcnelemicbhbbb |
| Beskrivning | A devtool extension for inspecting the performance of React components. |
| Filstorlek | 211 KB |
| Antal Installationer | 20 |
| Aktuell Version | 4 |
| Senast Uppdaterad | 2018-04-09 |
| Publiceringsdatum | 2018-04-09 |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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'"
} | |