Redux DevTools
Redux DevTools for debugging application's state changes.
Co to jest Redux DevTools?
Redux DevTools to rozszerzenie Chrome opracowane przez Redux DevTools, a jego główną funkcją jest „Redux DevTools for debugging application's state changes.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Redux DevTools
Pobierz pliki rozszerzeń Redux DevTools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Redux DevTools |
ID | lmhkpmbekcpmknklioeibfkpmmfibljd |
Oficjalny URL | https://chromewebstore.google.com/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd |
Opis | Redux DevTools for debugging application's state changes. |
Rozmiar pliku | 1.79 MB |
Liczba instalacji | 1,907,160 |
Aktualna Wersja | 3.1.6 |
Ostatnia Aktualizacja | 2023-12-14 |
Data Publikacji | 2018-12-19 |
Ocena | 4.64/5 Łącznie 691 Oceny |
Deweloper | Redux DevTools |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/reduxjs/redux-devtools/tree/master/extension |
Adres URL Strony Pomocy | https://github.com/reduxjs/redux-devtools/issues |
Obsługiwane Języki | 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": [ " |