How to restore the window of tabs crashed 1 day ago in Google Chrome? if I have used another window of many tabs in Chrome for 1 day.
|
feedback
|
migrated from stackoverflow.com Feb 11 '11 at 1:25
This question came from our site for professional and enthusiast programmers.
|
If you run Chrome right after a crash, it will ask you if you want to restore your session and tabs. If you don’t click Restore, it won’t restore it. If you then close Chrome, the last session and tabs will be lost (they'll be replaced by the one that you had just before exiting). Your best bet to avoid losing your tabs after a crash (and not having to go to the trouble of using the history) is to install a session-management extension. There are plenty to choose from, but my personal favorite (and recommendation) is Session Buddy. Among its features are that it is lightweight, easy to use, has the ability to import and export sessions, can manage tabs per-window, and best of all (particularly for this question), it can be set to auto-save the session in case of a crash. | |||
feedback
|
|
I created a pure web-app that deals with the problem of session restore. (motivated by a recent computer crash, and this thread and the avoidance of extensions.) The User interface is leaned on Chrome's own UI design. Use as follows:
Here is more technical information and some background to restoring-sessions. | |||||
feedback
|
|
I don't think you can "Restore" them if you have opened Chrome and navigated to other sites since the crash. You could look into your History to see the site you visited just prior to your crash if they were saved in there and manually reopen them. | |||||||||||||
feedback
|
|
@user51210 I had exactly the same problem and for exactly the same reason - I had opened the tabs probably two weeks before the crash. This article and associated tool saved me http://xhr2.blogspot.co.uk/2011/10/google-chrome-session-restore-web.html | |||
|
feedback
|
