React Performance Devtool
A devtool extension for inspecting the performance of React components.
Wat is React Performance Devtool?
React Performance Devtool is een Chrome-extensie ontwikkeld door tulswani19, 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 Performance Devtool
Download React Performance Devtool-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
A Chrome devtool extension for inspecting performance of React components. Basisinformatie over de Extensie
| Naam | |
| ID | fcombecpigkkfcbfaeikoeegkmkjfbfm |
| Officiële URL | https://chromewebstore.google.com/detail/react-performance-devtool/fcombecpigkkfcbfaeikoeegkmkjfbfm |
| Beschrijving | A devtool extension for inspecting the performance of React components. |
| Bestandsgrootte | 170 KB |
| Aantal Installaties | 12,552 |
| Huidige Versie | 5.5 |
| Laatst Bijgewerkt | 2018-08-30 |
| Publicatiedatum | 2018-08-30 |
| Beoordeling | 3.36/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | tulswani19 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/nitin42/react-perf-devtool |
| Help Pagina-URL | https://github.com/nitin42/react-perf-devtool/ |
| Ondersteunde Talen | 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'"
} | |