React Performance Devtool
A devtool extension for inspecting the performance of React components.
Co to jest React Performance Devtool?
React Performance Devtool to rozszerzenie Chrome opracowane przez tulswani19, a jego główną funkcją jest „A devtool extension for inspecting the performance of React components.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia React Performance Devtool
Pobierz pliki rozszerzeń React Performance Devtool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A Chrome devtool extension for inspecting performance of React components. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fcombecpigkkfcbfaeikoeegkmkjfbfm |
| Oficjalny URL | https://chromewebstore.google.com/detail/react-performance-devtool/fcombecpigkkfcbfaeikoeegkmkjfbfm |
| Opis | A devtool extension for inspecting the performance of React components. |
| Rozmiar pliku | 170 KB |
| Liczba instalacji | 12,552 |
| Aktualna Wersja | 5.5 |
| Ostatnia Aktualizacja | 2018-08-30 |
| Data Publikacji | 2018-08-30 |
| Ocena | 3.36/5 Łącznie 11 Oceny |
| Deweloper | tulswani19 |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/nitin42/react-perf-devtool |
| Adres URL Strony Pomocy | https://github.com/nitin42/react-perf-devtool/ |
| Obsługiwane Języki | 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'"
} | |