Compare Chrome extensions: CSS Used vs CSS Extractor (Extracts style & media rules)

Stats CSS Used CSS Used CSS Extractor (Extracts style & media rules) CSS Extractor (Extracts style & media rules)
User count 60,000+ 997
Average rating 4.58 1.20
Rating count 176 5
Last updated 2023-01-17 2016-05-15
Size 167.94K 18.57K
Version 3.0.0 1.2
Short description
Get all css rules used by the selected DOM and its descendants. Select a DOM element and get styles applied to it and all its children.
Full summary

One click to get all the css applied to the selected web element and its descendants.

-- Recent Update --

  1. Migrated to Manifest V3.
  2. Resources are read from local caches, making it much faster and solves the cross-origin issue.
  3. Optimized style parsing in a more efficient way.
  4. Dropped support for some outdated CSS, mostly -o- and -ms- prefixed properties.
  5. Implemented a new UI powered by Svelte, with some visual tweaks.

-- Known Limit --

  1. For CSS rules like ".wrap p{...}", if only "

    " is selected, the result ".wrap p{...}" will not apply to "

    ". Either change the rule to "p{...}" or add a ".wrap" parent in the final HTML.

  2. CSS custom properties (variables) and all the style inherit related features are not supported currently.
N/A