fix: get and set screenshotQuality in the extension's storage

The screenshotQuality setting was not being retrieved and saved in the
extension's storage but rather in the localStorage of the background
page in some cases.

Change-Id: Ic9cb66cdb2acaa3ce86ac02bb1496ecbe46e4a92
1 file changed
tree: e299e8770e92b7146bec80813fb0ff285e66c29c
  1. playbooks/
  2. roles/
  3. src/
  4. templates/
  5. .gitignore
  6. .zuul.yaml
  7. generateManifest.bash
  8. Makefile
  9. README.md
  10. release.bash
  11. tagRelease.bash
README.md

Screen Capture

Extension available in the Chrome Web Store.

It lets users capture the visible content of a tab, a region of a web page, or the whole page as a PNG or JPEG image.

It is a fork of the Screen Capture (by Google) open-source extension, maintained by @avm99963. The original extension is no longer maintained by Google.