React Performance Devtool
A devtool extension for inspecting the performance of React components.
React Performance Devtool란 무엇입니까?
React Performance Devtool은(는) tulswani19에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A devtool extension for inspecting the performance of React components."입니다.
확장 프로그램 스크린샷
React Performance Devtool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A Chrome devtool extension for inspecting performance of React components.
확장 프로그램 기본 정보
이름 | React Performance Devtool |
ID | fcombecpigkkfcbfaeikoeegkmkjfbfm |
공식 URL | https://chromewebstore.google.com/detail/react-performance-devtool/fcombecpigkkfcbfaeikoeegkmkjfbfm |
설명 | A devtool extension for inspecting the performance of React components. |
파일 크기 | 170 KB |
설치 횟수 | 12,552 |
현재 버전 | 5.5 |
최근 업데이트 | 2018-08-30 |
출시 날짜 | 2018-08-30 |
평점 | 3.36/5 총 11 개의 평점 |
개발자 | tulswani19 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/nitin42/react-perf-devtool |
도움말 페이지 URL | https://github.com/nitin42/react-perf-devtool/ |
지원되는 언어 | 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'" } |