This Chrome extension allows you to pick DOM nodes on any webpage and send selection to your client script for further processing.
- Clone the repository
git clone [email protected]:lushchick/chrome-dom-picker.git
- Open chrome://extensions
- Switch to developer mode
- Click on 'Load unpacked extension...' and choose the project folder
- Open test/index.html in browser and open DevTools console
- Choose any website and click on 'Launch plugin' button
- Pick nodes in newly opened window and see the nodes are coming back to test/index.html console
@todo
@todo