React Performance Devtool
A devtool extension for inspecting the performance of React components.
Vad är React Performance Devtool?
React Performance Devtool är en Chrome-tillägg utvecklad av tulswani19, och dess huvudfunktion är "A devtool extension for inspecting the performance of React components.".
Tilläggsskärmbilder
Ladda ner React Performance Devtool-förlängningens CRX-fil
Ladda ner React Performance Devtool-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
A Chrome devtool extension for inspecting performance of React components. Grundläggande Information om Tillägg
| Namn | |
| ID | fcombecpigkkfcbfaeikoeegkmkjfbfm |
| Officiell webbadress | https://chromewebstore.google.com/detail/react-performance-devtool/fcombecpigkkfcbfaeikoeegkmkjfbfm |
| Beskrivning | A devtool extension for inspecting the performance of React components. |
| Filstorlek | 170 KB |
| Antal Installationer | 12,552 |
| Aktuell Version | 5.5 |
| Senast Uppdaterad | 2018-08-30 |
| Publiceringsdatum | 2018-08-30 |
| Betyg | 3.36/5 Totalt 11 Betyg |
| Utvecklare | tulswani19 |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/nitin42/react-perf-devtool |
| Hjälpsida URL | https://github.com/nitin42/react-perf-devtool/ |
| Stödda Språk | 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'"
} | |