Awesome
#oc-debug-extension
PRE ALPHA
Getting Started
- 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
Features
- 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)
Screenshot
License
MIT