Take screenshot on every tab switch - Applications are more and more becoming tabs
Take screenshot on every application switch is very useful, but I am running more and more 'applications as tabs' in Chrome, so the 'on application switch setting' misses more detail than I would like.
I use this feature to go back in time and recover data, see what was happening at a given time. Storage is not a concern for me, granularity is. I end up setting my screenshot interval to 15 or 30 seconds, but still miss important details at this level for certain 'way back machine' type use cases.
Seems like an relatively easy add, just add a screenshot triggering watching for loss of document (tab) focus event on a given window.
Here is a JS example on how to code this up :)
not enough votes