Where to find my Favorites in Google Chrome?

17,768

Solution 1

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.

Solution 2

On Linux (Chromium build) this is:

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

For instance:

~/.config/chromium/Default/Bookmarks

It is a JSON document.

Share:
17,768

Related videos on Youtube

Gold
Author by

Gold

Updated on September 17, 2022

Comments

  • Gold
    Gold over 1 year

    Where can I find my Favorites in Google Chrome ?

    Where to find the folder that contains them ?

  • Sasha Chedygov
    Sasha Chedygov over 13 years
    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.
  • Moab
    Moab over 13 years
    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.
  • Andrioid
    Andrioid over 12 years
    The path is ~/.config/google-chrome/<profile>/Bookmarks ("Default" default) on my machine...
  • Amir Kotb
    Amir Kotb over 12 years
    @Andioid: That's because you use the Google build. If you install the free Chromium browser, the path is like what I described.
  • Andrioid
    Andrioid over 12 years
    Was just pointing out the right path, since the question says "Google Chrome", not "Chromium".
  • Amir Kotb
    Amir Kotb over 12 years
    @Andrioid: Just edited for clarity