CSS Tree Inspector v1.5.0
CSS Tree Inspector v1.5.0 produces cleaner inspection trees while preserving meaningful content.
Highlights
- Removes surrounding HTML source indentation from ordinary text nodes.
- Preserves internal spaces, inline boundary spaces, and whitespace-sensitive text.
- Preserves
pre,textarea, CSS whitespace-preserving content, andbrelements. - Excludes non-rendering infrastructure elements from JSON and CSS traversal.
- Retains hidden ordinary elements and unchanged
outerHTML. - Includes all conditional CSS and sidebar improvements introduced in v1.4.0.
Install in Chrome
- Under Assets below, download
css-tree-inspector-1.5.0.zip. - Extract the ZIP to a permanent folder. Do not select the ZIP itself in Chrome.
- Open
chrome://extensionsand enable Developer mode. - Click Load unpacked and select the extracted folder containing
manifest.json. - Open or reload DevTools, select Elements, and open the CSS Tree Inspector sidebar.
To upgrade an existing unpacked installation, replace its files with the extracted release and click Reload on the extension card.
The uploaded ZIP contains the Chrome-ready unpacked extension. Project source and development history remain available in the repository.