How can I refresh the previews in Chrome's New Tab page?

11

3

I am using Chrome 6.0.472.0 dev and the New-Tab-feature. Some of my (sticky) previews were created in an "unlucky" moment, eg. superuser.com before I logged in

alt text

or GMail ... for whatever reason that preview is empty:

alt text

How can I force Chrome to refresh a particular preview?

akira

Posted 2010-07-23T05:38:14.167

Reputation: 52 754

3Fail for using JPEG for screenshots. – Hello71 – 2010-07-24T18:04:43.047

5indeed, it is the most important issue right now. it is absolutely unclear what the question is about without having the right .png screenshots. – akira – 2010-07-24T20:03:07.390

Answers

0

It doesn't seem like there's an option to do this, but... the ugly way is:

Go to

%USERPROFILE%/AppData/Local/Google/Chrome/User Data/Default

and delete Thumbnails (no file extension), then visit each page on your new tab page. The path may be slightly different for operating systems other than Windows 7.

courtesy of skier88

Ryan

Posted 2010-07-23T05:38:14.167

Reputation: 1 488

This works only for older versions of Chrome. As of February 2013, there's no Thumbnails file any more. – That Brazilian Guy – 2013-02-11T15:17:44.467

1In newer versions, the file is "Top Sites". Deleting the file is probably not necessary, however. If you "open in new tab" the thumbnail will not refresh. You have to left-click and let the page load in the current tab to get a new thumbnail. – Ron – 2013-02-21T14:01:22.840

9

One option is to go to the %USERPROFILE%\AppData\Local\Google\Chrome\User Data\Default directory and delete the Top Sites file (if using Chrome 14; in older versions it was called Thumbnails), but that will remove also the other settings of the New Tab page.

A better option is to get SQLite and reset only the thumbnail data. Download the SQLite binary, unpack it to the above mentioned directory, and run the following command:

sqlite3.exe "Top Sites" "update thumbnails set thumbnail=null"

After that the icons on the New Tab page will be broken, but they will be updated after you visit each of the pages once.

Esko Luontola

Posted 2010-07-23T05:38:14.167

Reputation: 465

still works for Version 20.0.1123.1 dev – Jeffrey04 – 2012-05-03T10:32:57.583

1...but not for version Version 23.0.1271.95 m... – Bobort – 2012-12-06T21:16:05.667

1Works for 24.0.1312.57 m – That Brazilian Guy – 2013-02-11T15:28:29.533