Redux DevTools - Next
Redux DevTools for debugging application's state changes.
What is Redux DevTools - Next?
Redux DevTools - Next is a Chrome extension developed by Methuselah96, and its main feature is "Redux DevTools for debugging application's state changes.".
Extension Screenshots
Download Redux DevTools - Next Extension CRX File
Download Redux DevTools - Next extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Debug state changes in an application.
Extension Basic Information
Name | Redux DevTools - Next |
ID | oamphgegmigmlgkdnijmeomjenbmkbdg |
Official URL | https://chromewebstore.google.com/detail/redux-devtools-next/oamphgegmigmlgkdnijmeomjenbmkbdg |
Description | Redux DevTools for debugging application's state changes. |
File Size | 2.32 MB |
Installation Count | 14,257 |
Current Version | 3.0.3 |
Last Updated | 2022-01-11 |
Publish Date | 2021-09-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Methuselah96 |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "version": "3.0.3", "name": "Redux DevTools - Next", "short_name": "Redux DevTools - Next", "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": [ " |