An open API service indexing awesome lists of open source software.

https://github.com/codhek/xraydom

:fire: X-ray your DOM using just the cursor and never open the console again!
https://github.com/codhek/xraydom

chrome-extension dom

Last synced: 10 months ago
JSON representation

:fire: X-ray your DOM using just the cursor and never open the console again!

Awesome Lists containing this project

README

          

# XrayDOM

X-ray your DOM using just the cursor and never open the console again!
Using this ChromeExtension you view attributes like the `class` to which is belongs, `dimensions` of the element, `font` used and the `color` of the text!

### How to use ? :

- Download the zip
- Go to [chrome://extensions/](chrome://extensions/) and check the box for `Developer mode` in the top right.
- Locate the ZIP file on your computer and unzip it.
- Go back to the [chrome://extensions/](chrome://extensions/) page and click the `Load unpacked extension` button and select the unzipped folder.

### See examples below :

![alt](/ScreenShots/1.png)
![alt](/ScreenShots/2.png)
![alt](/ScreenShots/3.png)
![alt](/ScreenShots/4.png)