Description from extension meta
Log element information to the chrome console on right click.
Image from store
Description from store
After activating this extension, a user will be able to log out information about elements when right clicking on them.
Logged information includes:
- A reference to the clicked element
- An array of references of the clicked element's parent chain
- An array of references to the clicked element's children
- The clicked element's id
- The clicked element's textContent
- The clicked element's value
- The clicked element's classes
- An array of elements matching the clicked element's class selector
This extension is useful when investigating how to create triggers for analytics tracking and understanding the uses of different classes on a given webpage.