fix(whole-page-capture): increase delay between captures

Chrome added a limit on the number of captures which can be made each
second, which made the whole page capture feature stop working.

This CL fixes this by preventing going over the limit.

Change-Id: Ieee55073de4dad3e496f384b569214c2f19f7191
1 file changed
tree: 93358ad210d2312961964127b147944671eea71b
  1. src/
  2. templates/
  3. .gitignore
  4. generateManifest.bash
  5. Makefile
  6. README.md
  7. release.bash
  8. 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.