Logo

Console Helpr

0 (0)2

Log element information to the chrome console on right click.

View in Chrome Store

Screenshots (2)

Screen Shot
Screen Shot

Additional Information

Publisher:kmccracken150
Update:2022-11-18
Version:1.0
Size:274KiB

Full Description

Log element information to the chrome console on right click.

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.