-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show screenshots of hibernated pages #8
Comments
i tried to implement this via chrome.tabs.captureVisibleTab but that only takes a screenshot of (surpise surprise!) the visible(==focused==active) tab i also looked into (weird) alternative methods like chrome.tabCapture but it either didn't work at all or was unreliable and slow as hell in short: at the current state of Chrome-APIs i think this feature is impossible (or at least very hard) while still having a nice user-experience |
untested idea: we might inject JS into every page that makes a screenshot via captureVisibleTab() when the tab gets focus and use it when hibernating this tab |
I tried it a few times but it seems to be impossible for security reasons. |
I found 2 extensions that are able to do this, perhaps you can try to investigate how:
Even though there seems to be not much saving in memory what is also interesting is to avoid having all those background JS scripts running on the tabs which peaks the CPU ;) |
Thanks for the input, I will look into those extensions! |
No description provided.
The text was updated successfully, but these errors were encountered: