fix(popup): get current tab correctly

The popup would sometimes appear blank. This CL fixes this by specifying
that we only want tabs in the last focused window (which will be the
current window in fact) as mentioned in the chrome.tabs docs.\[1]

\[1]: https://developer.chrome.com/docs/extensions/reference/api/tabs#get_the_current_tab

Change-Id: I99964409a9ff9bfb4cc61585f50d992005a2f77d
1 file changed
tree: c814c69658efd95f837c6a549997a513388e7aa6
  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.