Hoverify
A simple browser extension to help you with design
try to optimize style calculation code.
debug style calculation code.
render width and height below tagname.
increase max width of inspector window.
add media query rendering.
finish remove pre-sorting of stylesheets.
change sorting and storing all rules to calculating on the fly.
remove color duplication between color name and hex.
improve condition text of media queries.
redo fonts and colors extraction.
Re-add animation support.
re-add support for media queries.
add pseudo element support.
match user interactive pseudo classes like focus.
match pseudo class functions.
work on selector parsing and matching.
Learn about all pseudo classes from mdn and classify for new computed style calculator.
try figure out why webpack is duplicating module in bundle.
remove unwanted dependencies.
Think about all the feature deeply that why are they there.
researched deeply on css calculation, found many core problems.