commit | 94f91f8fe1d62c3fee80422de14f98e4cf9ae571 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Wed Jan 31 17:27:45 2024 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Wed Jan 31 17:41:37 2024 +0100 |
tree | c814c69658efd95f837c6a549997a513388e7aa6 | |
parent | 8044b40ff4827dc061d5e17b6f28a535187fd926 [diff] |
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
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.