Releases: kdzwinel/Look-alike
Releases · kdzwinel/Look-alike
v2.0.0
3 years later…
Big
- change the way extension makes screenshots. Use Page.captureScreenshot like DevTools. It simplifies the code, is faster, safer and
position: fixed
elements don't show up multiple times on the screenshot. On the other hand: height of the screenshot is now caped to1 << 14
and if page is usingheight: 100vh
not all content will be captured.
Small
- downgrade permissions from
<all_urls>
toactiveTab
(on the other hand though, we needdebugger
now) - thumbnails now show top of the screenshot (instead of the middle)
- elements on the lists of screenshots don't overflow each other anymore
- update dependencies and baked in libraries (amazingly everything still works)
- replace jshint with eslint (airbnb settings)
- add package-lock