Get all css rules used by the selected DOM and its children.One click to get all the css applied to the selected web element and its children.
-- Recent Update --
1. Fix: Send to CodePen
2. Almost 10x speed up!
3. New UI + Dark Mode (sync with Devtools)
4. The newly added tabs permission is used to identify special urls. Such as chrome://newtab
-- Known Limit --
For CSS rules like ".wrap p{...}", if only "<p>" is selected, the result ".wrap p{...}" will not apply to "<p>". Either change the rule to "p{...}" or add a ".wrap" parent in the final HTML.