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 |
官方網址 | 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": [ " |