Skip to content

Releases: painty/CSS-Used-ChromeExt

Faster, Stronger

17 Jan 13:00
Compare
Choose a tag to compare
  • Migrated to Manifest V3.
  • Resources are read from local caches, making it much faster and solves the #52.
  • Optimized style parsing in a more efficient way.
  • Dropped support for some outdated CSS, mostly -o- and -ms- prefixed properties.
  • Implemented a new UI powered by Svelte, with some visual tweaks.

Fix CodePen button

06 Mar 01:29
Compare
Choose a tag to compare

Fix the broken SendToCodePen button #38

Hug for Webpack

23 Jun 13:43
Compare
Choose a tag to compare

Switching pack tool to webpack solves #24

New UI with dark mode

10 Jun 09:40
Compare
Choose a tag to compare

The dark theme is sync with Devtools. See How

10x performance boosts

09 Jun 03:43
Compare
Choose a tag to compare

Code optimization: 10x speed up!
Build tool: switch browserify to parcel

v2.3.3

15 Jan 04:00
Compare
Choose a tag to compare

Fix #19 . Where <style> tags have no innerHTML but cssRules. 53a42d5