Skip to content

Releases: kdzwinel/Look-alike

v2.0.0

07 Aug 21:46
Compare
Choose a tag to compare

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 to 1 << 14 and if page is using height: 100vh not all content will be captured.

Small

  • downgrade permissions from <all_urls> to activeTab (on the other hand though, we need debugger 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