18
4
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 ??
18
4
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 ??
6
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.
6
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
1Just 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 – 2012-05-22T01:47:03.793
The one thing that makes me suspicious, all this extensions require "access all data on you pages" permissions, which seems fishily. – Johnny_D – 2013-11-07T21:20:29.210
2
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.
I see there's an issue open on the subject in the Chromium google code project: http://code.google.com/p/chromium/issues/detail?id=27704
– Stijn Sanders – 2010-10-31T20:07:03.120Too bad
laforge@chromium.org
closed the request as won’t fix. – Synetech – 2012-05-19T20:01:04.4271
It is not nice, but you can edit the chrome.dll on your own: http://www.maxrev.de/google-chrome-most-visited-meistbesucht-mehr-vorschaubilder-t264643.htm
– mgutt – 2012-08-04T17:26:36.140