Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 660 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 660 Bytes

Chrome DOM Picker

This Chrome extension allows you to pick DOM nodes on any webpage and send selection to your client script for further processing.

Installation

  • 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

Usage

@todo

API

@todo