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 ?
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.