Style Capture is a local-only Chrome extension for capturing a selected page subtree, extracting computed CSS, and copying a markdown export for Tailwind conversion or UI recreation.
- runs only after you click the toolbar icon
- lets you pick a DOM subtree on the current page
- captures sanitized subtree HTML and computed CSS locally
- copies the formatted result to your clipboard
- stores only capture settings in
chrome.storage.local
Make sure you are on a normal webpage. Chrome blocks extension injection on restricted pages such as chrome://* pages and the Chrome Web Store.
After you select an element, paste into a text editor to confirm the export. If clipboard write fails on a page, try again on a standard webpage.
Open the options page and adjust:
Capture modePseudo-elementsHidden elements
activeTab: run only on the tab you explicitly activatescripting: inject the picker, copy flow, and toast into that tabstorage: save local capture defaults
Include:
- Chrome version
- extension version
- the site or app name where the issue happened
- what you expected
- what happened instead
Do not include sensitive captured page content unless you have reviewed and redacted it first.