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?

link|improve this question

1  
Fail for using JPEG for screenshots. – Hello71 Jul 24 '10 at 18:04
2  
indeed, it is the most important issue right now. it is absolutely unclear what the question is about without having the right .png screenshots. – akira Jul 24 '10 at 20:03
feedback

3 Answers

up vote 1 down vote accepted

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

link|improve this answer
feedback

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.

link|improve this answer
still works for Version 20.0.1123.1 dev – Jeffrey04 May 3 at 10:32
feedback

Gmail is blank because it is HTTPS.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.