Can I manually add a thumbnail web page to the Chrome homepage?

68

15

Is there a way to manually add a web page to the 8 thumbnails that appear when you open Chrome?

I want to add Google Maps for easy access. The Google front page already shows up so I presume the Google Maps page never will as it's a subset of Google (i.e. I get to it via the main Google front page). I know I can add a shortcut to the toolbar but would rather add it as a thumbnail.

And while I'm here, is it possible to increase the number of thumbnails that appear?

I'm running the release/stable version of Chrome in Windows XP.

andygrunt

Posted 2009-10-20T10:56:59.317

Reputation: 2 313

Having read through all the answers here I've come to one conclusion: It's very odd that Google would actively work to obfuscate what used to be easily customizable as opposed to actively adding this customizability to the application of their own accord. – JMD – 2015-03-26T14:59:08.033

4Go to google maps and hold F5, perhaps? :P – Phoshi – 2009-10-20T11:00:14.800

I've got Gmail, Google Reader, the iPhone version of Google Reader and Google Tasks on the homepage. It's not limited to a single domain, you can have multiple subdomains on the homepage. – alex – 2009-10-20T11:03:48.537

Answers

33

Yes, there is a way. Go to

%LOCALAPPDATA%\Google\Chrome\User Data\Default

You will find a file called "Preferences." Open the file with a text editor. You will see the list of 8 tabs at the bottom. Just modify the locations, i.e. the site that you want to appear.

Danny

Posted 2009-10-20T10:56:59.317

Reputation: 354

4Does not seem to work anymore. It's just a massive JSON object with no tabs listed at bottom; not very human readable either. – Joe Coder – 2015-09-24T22:35:06.580

6I can't seem to find the tabs in the preferences file. Are they no longer in there? – Protector one – 2012-02-02T14:00:04.637

2Windows 7 users can now find the file here: C:\Users\Lee Scott Reis\AppData\Local\Google\Chrome\User Data\Default – Lee Scott – 2012-03-13T18:35:52.353

1Yes, it works - Thanks Danny. I'm using the Dev release now but I assume it would work on the other releases. I would add that you should edit the 'Preferences' file (after backing it up) when Chrome isn't running. – andygrunt – 2009-11-13T22:25:30.957

25

As of 2/21/2012, Chrome version 17.0.963.56 m, most visited URL thumbnails are no longer stored in the Preferences text file, or any other easily editable text file.

It's probably stored in an SQLite database. Here's more info on the this frustrating "enhancement" to newer versions of Chrome:

It was bad enough they made it so inconvenient to pick your own favorite sites to begin with, now they don't let you at all. (I have a feeling it's because they are trying to push Apps.)

I solved the problem by dragging the URL shortcuts I really needed to my Start Menu.

I'll probably stop using the "New Tab page" from now on.

JohnB

Posted 2009-10-20T10:56:59.317

Reputation: 1 027

10

Looks like an extension called Speed Dial is the answer.

andygrunt

Posted 2009-10-20T10:56:59.317

Reputation: 2 313

1This speed dial app needs too much permissions, like ability to read all the pages I view. That's crazy just to be able to add a bookmark on the home screen. – Santanu Dey – 2016-08-18T02:42:14.330

5

To answer your second question:

is it possible to increase the number of thumbnails that appear?

It seems that Google has overlooked this very simple setting.

However, there are various 3rd party extensions/plugins to get more than 8 thumbnails (as well as bookmarks, sticky notes, etc). Note that extensions can sometimes cause Chrome to crash; that's why I minimize the use of them.

and there's even more.

JohnB

Posted 2009-10-20T10:56:59.317

Reputation: 1 027

2

EASY - I just did it. Open one Chrome browser to the thumbnails page. Open another to the page you want to add. Click on the title bar of the page you want to add, and drag it to the thumbnail on the other page. Ta dah!

CindyH

Posted 2009-10-20T10:56:59.317

Reputation: 123

Seems to work again :-) – vonjd – 2017-08-28T16:44:44.650

This just opens the site in the other window for me. It does show a box icon with a plus sign, but.... – isherwood – 2017-10-31T15:16:33.910

3That strategy used to work but it doesn't look like it's working anymore, at least for me. – Jon Onstott – 2012-04-04T23:39:53.447

1

You can also edit your pinned tabs on Mac OS X. Note, you MUST pin a tab to edit it. Open ~/Library/Application Support/Google/Chrome/Default/Preferences in a Text Editor. The information is at the end of the file and you edit it the same way you do in Windows. Again, make sure Chrome is closed before you do this.

Title is the information that appears below the thumbnail and URL is the URL the thumbnail directs to.

user34718

Posted 2009-10-20T10:56:59.317

Reputation: 11