Redux DevTools
Redux DevTools for debugging application's state changes.
Vad är Redux DevTools?
Redux DevTools är en Chrome-tillägg utvecklad av Redux DevTools, och dess huvudfunktion är "Redux DevTools for debugging application's state changes.".
Tilläggsskärmbilder
Ladda ner Redux DevTools-förlängningens CRX-fil
Ladda ner Redux DevTools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Redux DevTools |
ID | lmhkpmbekcpmknklioeibfkpmmfibljd |
Officiell webbadress | https://chromewebstore.google.com/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd |
Beskrivning | Redux DevTools for debugging application's state changes. |
Filstorlek | 1.79 MB |
Antal Installationer | 1,907,160 |
Aktuell Version | 3.1.6 |
Senast Uppdaterad | 2023-12-14 |
Publiceringsdatum | 2018-12-19 |
Betyg | 4.64/5 Totalt 691 Betyg |
Utvecklare | Redux DevTools |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/reduxjs/redux-devtools/tree/master/extension |
Hjälpsida URL | https://github.com/reduxjs/redux-devtools/issues |
Stödda Språk | 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": [ " |