Redux-Ruleset
Devtools for redux-ruleset. Visualizes your data-flow
Co to jest Redux-Ruleset?
Redux-Ruleset to rozszerzenie Chrome opracowane przez redux.ruleset, a jego główną funkcją jest „Devtools for redux-ruleset. Visualizes your data-flow”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Redux-Ruleset
Pobierz pliki rozszerzeń Redux-Ruleset 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
Redux-Ruleset is a redux middleware that can manage your dataflow. This chrome extension visualizes how your data flows within your app. If you model your entire data-flow with redux-ruleset you will be not only able to visualize why data flows but also why data not flows. This is an early stage product, so maybe you will find bugs. Please report them to https://github.com/manuelJung/ruleset-devtools/issues. If you don't know redux-ruleset visit the docs: https://redux-ruleset.netlify.com/
Podstawowe informacje o rozszerzeniu
Nazwa | Redux-Ruleset |
ID | diibnbdfcjddnpmlhakebmiabmhhmnii |
Oficjalny URL | https://chromewebstore.google.com/detail/redux-ruleset/diibnbdfcjddnpmlhakebmiabmhhmnii |
Opis | Devtools for redux-ruleset. Visualizes your data-flow |
Rozmiar pliku | 731 KB |
Liczba instalacji | 59 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2020-10-20 |
Data Publikacji | 2020-05-02 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | redux.ruleset |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://redux-ruleset.netlify.com/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4", "name": "Redux-Ruleset", "short_name": "Redux-Ruleset", "description": "Devtools for redux-ruleset. Visualizes your data-flow", "homepage_url": "https:\/\/redux-ruleset.netlify.com", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |