Where can I find my Favorites in Google Chrome ?
Where to find the folder that contains them ?
14 Answers
On Windows, this is stored in the file:
%USERPROFILE%\Local Settings\Application Data\Google\Chrome\User Data\Default\BookmarksOn Mac OS X, this is stored in:
~/Library/Application Support/Google/Chrome/Default/BookmarksThese 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>/BookmarksFor instance:
~/.config/chromium/Default/BookmarksIt is a JSON document.
4Click on the Chrome Menu Icon -> Bookmark Manager. That's where it is
See this
.
2