Skip to content

Chrome extension for retrieving elements xpath on third-party page

Notifications You must be signed in to change notification settings

lushchick/chrome-dom-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Chrome extension for retrieving elements xpath on third-party page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published