Increase most visited page display in google chrome?
Solution 1:
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.
Solution 2:
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
Solution 3:
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.