Transforms Immutable JS objects to a more readable format when they are logged to the console.
Now works with Chrome Extension Manifest v3.
Install the Chrome Extension* (Currently awaiting review)
Based on immutable-devtools.
The Chrome extension will only work if you enable Custom Formatters in the DevTools settings.
The code in "/immutable-devtools" is essentially just a copy of immutable-devtools that is injected into the page. It also sets a flag __ImmutableJSDevToolsFormattersInstalled on the window to avoid installing the formatter more than once.
yarn installyarn build- Load the "/extension" directory as an unpacked Chrome extension
- Open "/test-page/index.html" to check everything looks as expected
Make sure to reload the extension after any changes.

