Redux DevTools
Redux DevTools for debugging application's state changes.
Wat is Redux DevTools?
Redux DevTools is een Chrome-extensie ontwikkeld door Redux DevTools, en de belangrijkste functie is "Redux DevTools for debugging application's state changes.".
Extensie Screenshots
Download het CRX-bestand van de extensie Redux DevTools
Download Redux DevTools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Redux DevTools |
ID | lmhkpmbekcpmknklioeibfkpmmfibljd |
Officiële URL | https://chromewebstore.google.com/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd |
Beschrijving | Redux DevTools for debugging application's state changes. |
Bestandsgrootte | 1.79 MB |
Aantal Installaties | 1,907,160 |
Huidige Versie | 3.1.6 |
Laatst Bijgewerkt | 2023-12-14 |
Publicatiedatum | 2018-12-19 |
Beoordeling | 4.64/5 Totaal 691 Beoordelingen |
Ontwikkelaar | Redux DevTools |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/reduxjs/redux-devtools/tree/master/extension |
Help Pagina-URL | https://github.com/reduxjs/redux-devtools/issues |
Ondersteunde Talen | 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": [ " |