Immerx DevTools
Immerx debugging tools in Chrome developer console.
Wat is Immerx DevTools?
Immerx DevTools is een Chrome-extensie ontwikkeld door Ionut Achim, en de belangrijkste functie is "Immerx debugging tools in Chrome developer console.".
Extensie Screenshots
Download het CRX-bestand van de extensie Immerx DevTools
Download Immerx 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
ImmerX DevTools is a Chrome DevTools extension for the open-source JS state management library - ImmerX. It helps developers visualise ImmerX state changes in the Chrome Developer Tools. It creates a new panel called "Immerx DevTools" that contains 4 main components: 1. "Update List" - A filterable, vertical scrolling list of all the state updates. 2. "Patches" - Where you can see all the immer patches that were applied during the selected state update. Each patch containing information about he operation type, the path and the diff. 3. "State" - Display the state value resulted from the selected update, or the current value if no update is selected. 4. "Diff" - Shows a diff between the state values before and after the selected update. See an interactive demo of the inlined version here: https://monojack.github.io/immerx-todomvc You can learn more about ImmerX here: https://github.com/monojack/immerx Code for this extension is open-sourced at: https://github.com/monojack/immerx-devtools
Basisinformatie over de Extensie
Naam | Immerx DevTools |
ID | jchcefekimgnfceonnnekpgmphepengp |
Officiële URL | https://chromewebstore.google.com/detail/immerx-devtools/jchcefekimgnfceonnnekpgmphepengp |
Beschrijving | Immerx debugging tools in Chrome developer console. |
Bestandsgrootte | 81.98 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2020-06-08 |
Publicatiedatum | 2020-06-08 |
Ontwikkelaar | Ionut Achim |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/monojack/immerx-devtools |
Help Pagina-URL | https://github.com/monojack/immerx-devtools/issues |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.0", "author": "Ionut Achim |