Where to find my Favorites in Google Chrome?

Where can I find my Favorites in Google Chrome ?

Where to find the folder that contains them ?

1

4 Answers

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.

On Linux (Chromium build) this is:

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

For instance:

~/.config/chromium/Default/Bookmarks

It is a JSON document.

4

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

enter image description here

See this

.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like