Skip to content

Qluxzz/copy-html-with-styles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Copy HTML with CSS

A Chrome DevTools extension that lets you copy the HTML of a selected element along with its computed CSS (converted into inline styles). Useful for prototyping, debugging layout issues, or sharing styled snippets.


Features

  • Adds a sidebar panel in Chrome DevTools → Elements tab
  • When you select an element, you can copy the element’s HTML plus all its computed CSS as inline styles
  • Options to filter out unwanted CSS properties or hide certain elements before copying
  • Lightweight, minimal UI
  • No data collection — all operations run locally in your browser

Screenshots

Alt text Alt text

About

DevTools Elements sidebar that lets you copy the selected element's HTML along with its computed CSS as inline styles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 75.0%
  • CSS 17.8%
  • HTML 7.2%