#oc-debug-extension
- Install WebPack
npm install webpack -g
- Install packages
npm install
- Build extension package
webpack
- Follow this
https://developer.chrome.com/extensions/getstarted#unpacked
to load an unpack extension from thedist
folder of this repository
- Detect all open components on a page
- Live amending of the component's parameters
- In place replacement of external registry with locally running copy (coming soon)
MIT