Redux DevTools
Redux DevTools for debugging application's state changes.
Redux DevTools là gì?
Redux DevTools là một tiện ích mở rộng Chrome được phát triển bởi Redux DevTools, và tính năng chính của nó là "Redux DevTools for debugging application's state changes.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Redux DevTools
Tải xuống các tệp mở rộng Redux DevTools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Redux DevTools |
ID | lmhkpmbekcpmknklioeibfkpmmfibljd |
URL Chính Thức | https://chromewebstore.google.com/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd |
Mô tả | Redux DevTools for debugging application's state changes. |
Kích Thước Tệp | 1.79 MB |
Số Lần Cài Đặt | 1,907,160 |
Phiên Bản Hiện Tại | 3.1.6 |
Cập Nhật Lần Cuối | 2023-12-14 |
Ngày Phát Hành | 2018-12-19 |
Đánh Giá | 4.64/5 Tổng số 691 Đánh Giá |
Nhà Phát Triển | Redux DevTools |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/reduxjs/redux-devtools/tree/master/extension |
URL Trang Trợ Giúp | https://github.com/reduxjs/redux-devtools/issues |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |