Redux DevTools
Redux DevTools for debugging application's state changes.
Redux DevTools란 무엇입니까?
Redux DevTools은(는) Redux DevTools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redux DevTools for debugging application's state changes."입니다.
확장 프로그램 스크린샷
Redux DevTools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The extension provides power-ups for your Redux development workflow. Apart from Redux, it can be used with any other architectures which handle the state. This is an open source project. See the official repository for more details: https://github.com/reduxjs/redux-devtools
확장 프로그램 기본 정보
이름 | Redux DevTools |
ID | lmhkpmbekcpmknklioeibfkpmmfibljd |
공식 URL | https://chromewebstore.google.com/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd |
설명 | Redux DevTools for debugging application's state changes. |
파일 크기 | 1.79 MB |
설치 횟수 | 1,907,160 |
현재 버전 | 3.1.6 |
최근 업데이트 | 2023-12-14 |
출시 날짜 | 2018-12-19 |
평점 | 4.64/5 총 691 개의 평점 |
개발자 | Redux DevTools |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/reduxjs/redux-devtools/tree/master/extension |
도움말 페이지 URL | https://github.com/reduxjs/redux-devtools/issues |
지원되는 언어 | en |
manifest.json | |
{ "version": "3.1.6", "name": "Redux DevTools", "description": "Redux DevTools for debugging application's state changes.", "homepage_url": "https:\/\/github.com\/reduxjs\/redux-devtools", "manifest_version": 2, "page_action": { "default_icon": "img\/logo\/gray.png", "default_title": "Redux DevTools", "default_popup": "window.html#popup" }, "commands": { "devtools-left": { "description": "DevTools window to left" }, "devtools-right": { "description": "DevTools window to right" }, "devtools-bottom": { "description": "DevTools window to bottom" }, "devtools-remote": { "description": "Remote DevTools" }, "_execute_page_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } }, "icons": { "16": "img\/logo\/16x16.png", "48": "img\/logo\/48x48.png", "128": "img\/logo\/128x128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |