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文件
下载Redux DevTools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [ " |