https://github.com/opencomponents/oc-debug-extension
https://github.com/opencomponents/oc-debug-extension
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opencomponents/oc-debug-extension
- Owner: opencomponents
- License: mit
- Created: 2016-04-12T20:22:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T23:34:09.000Z (almost 9 years ago)
- Last Synced: 2025-03-15T17:46:04.054Z (11 months ago)
- Language: JavaScript
- Size: 1.27 MB
- Stars: 2
- Watchers: 19
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#oc-debug-extension
### PRE ALPHA
## Getting Started
1. Install WebPack `npm install webpack -g`
2. Install packages `npm install`
3. Build extension package `webpack`
4. Follow this `https://developer.chrome.com/extensions/getstarted#unpacked` to load an unpack extension from the `dist` 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