ver 2.3.2 | 18/11/2018
- More friendly prompt text for first use or error display.
- The add tabs permission is used to identify special urls. Such as chrome://newtab
ver 2.2.12 | 11/11/2018
- No new feature or bugfix. Just split the content.js into some modules.
ver 2.2.11 | 10/06/2018
ver 2.2.10 | 07/11/2018
- Better regex for cleaning empty rules.
- Add. scrollbar style
ver 2.2.8 | 07/08/2018
- Fix. @import inside media query should be invalid.
ver 2.2.7 | 06/27/2018
-
Add. Media property of css link/tag preserved.
-
Update dependencies
"postcss": "6.0.23", "postcss-safe-parser": "3.0.1"
ver 2.2.6 | 08/30/2017
1.Fix. css link with empty href
ver 2.2.5 | 08/25/2017
1.Change Send-to-codepen's url from "http://" to "https://"
ver 2.2.4 | 08/23/2017
1.Add. User-friendly way of requesting file access
ver 2.2.3 | 04/30/2017
1.fix bug that the first comment is lost 2.won't import the invalid @import css
ver 2.2.2 | 04/29/2017
1.Endless loop @import handling. eg: a.css import b.css and b.css import a.css
ver 2.2.1 | 04/27/2017
1.Better tips for first time use 2.changed CSS parsing from Chrome to postcss
ver 2.1.1 | 04/25/2017
- Better external CSS Cache
ver 2.1.0 | 04/24/2017
- Now works with iframes
ver 2.0.0 | 04/24/2017
- A Break Though in speed improvement.
ver 1.5.0 | 04/23/2017
- Rewrite. to async way. Now CSS-Used could have a quicker UI response. Still be CAUTIOUS when selecting too many elements which may freeze the current tab.
- Add. Two buttons:
Copy to clipboard
&Send to codepen
- Better handling for pseudo element/class
ver 1.4.2 | 04/15/2017
- Add. calculating progress display.
ver 1.4.1 | 04/09/2017
- multiple pseudo class/element detection
ver 1.4.0 | 04/09/2017
- Add. media query support
- Add. font-face support
- Fix. unused stylesheet will not show in the result.
ver 1.3
- Convert all background image url to absolute path.
ver 1.2
- The link tag is preserved now.
ver 1.1.5
- Keyframe animation extract is now supported.