Where can I find my Favorites in Google Chrome ?

Where to find the folder that contains them ?

link|improve this question

66% accept rate
feedback

4 Answers

up vote 3 down vote accepted

On Windows, this is stored in the file:

%USERPROFILE%\Local Settings\Application Data\Google\Chrome\User Data\Default\Bookmarks

On Mac OS X, this is stored in:

~/Library/Application Support/Google/Chrome/Default/Bookmarks

These are JSON-formatted text files.

If you're trying to import/export bookmarks, though, you're probably better off exporting them from the user interface. In the Wrench menu, go to Bookmarks Manager, then click Organize, then either "Import Bookmarks" or "Export Bookmarks". This lets you import/export your bookmarks using a standard HTML file that other browsers can also import/export.

link|improve this answer
feedback

On Linux (Chromium build) this is:

~/.config/chromium/<profile>/Bookmarks

For instance:

~/.config/chromium/Default/Bookmarks

It is a JSON document.

link|improve this answer
The path is ~/.config/google-chrome/<profile>/Bookmarks ("Default" default) on my machine... – Andrioid Aug 21 '11 at 12:52
@Andioid: That's because you use the Google build. If you install the free Chromium browser, the path is like what I described. – polemon Aug 28 '11 at 15:29
Was just pointing out the right path, since the question says "Google Chrome", not "Chromium". – Andrioid Sep 6 '11 at 7:16
@Andrioid: Just edited for clarity – polemon Sep 7 '11 at 19:35
feedback

Click on the Wrench Icon -> Bookmark Manager. That's where it is

enter image description here

link|improve this answer
feedback

See this

http://www.google.com/support/chrome/bin/search.py?ctx=en:searchbox&query=favorites

.

link|improve this answer
I'm not the one who voted you down, but this isn't very helpful--it's the equivalent of posting a link to a Google search. – Sasha Chedygov Sep 19 '10 at 0:16
Geez, I don't spoon feed people, if you want to learn about google chrome, its best to use Chromes help, its the best help there is, besides they might learn something more than the original question in the process. Teach a person to fish, don't just give them a fish to eat, thats welfare. Thanks for your support of the down vote. – Moab Sep 19 '10 at 16:25
feedback

Your Answer

 
or
required, but never shown

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