I want to display more Most Visited pages in google chrome, currently only 9 pages are being displayed, how can I increase them to 12 or 20 ??

link|improve this question

I see there's an issue open on the subject in the Chromium google code project: code.google.com/p/chromium/issues/detail?id=27704 – Stijn Sanders Oct 31 '10 at 20:07
Too bad laforge@chromium.org closed the request as won’t fix. – Synetech May 19 at 20:01
feedback

3 Answers

up vote 6 down vote accepted

The Dev Channel build of Chrome does offer a more customisable New Tab Page but this doesn't allow you to change the number of thumbnails.

So I don't think you can change the number of pages you see.

link|improve this answer
feedback

In case someone is still looking for this functionality, you can use Speed Dial extension for Chrome. However, I have not yet found a way to use the most visited websites automatically.

https://chrome.google.com/extensions/detail/dgpdioedihjhncjafcpgbbjdpbbkikmi

link|improve this answer
Just to make it clear, for anyone unfamiliar with Speed Dial, you have to manually choose the sites -- despite the assumptions of some chromium developers, it's not an equivalent replacement for the Most Visited sites feature. – drfrogsplat May 22 at 1:47
feedback

There may be a way to do this by writing an extension (I have not seen any yet though).

There's a topSites API that gives access to the Titles and URLs of the "Most Visited" pages (I think currently only 20 are tracked).

The thumbnails may be available via chrome://thumb/URL. I'm not sure if you can actually access the thumbs from extensions though.

link|improve this answer
feedback

protected by studiohack Apr 27 '11 at 0:45

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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