Where Are Chrome Favorites - Stored
/home/[YourUserName]/.config/google-chrome/Profile [N]/Bookmarks
Do not delete these files randomly—especially the main Bookmarks file—unless you have a known backup. How to Open and Read the Bookmarks File Since Bookmarks is a JSON file, you can open it with any text editor (Notepad, VS Code, Sublime Text, etc.). The structure looks like this (truncated): where are chrome favorites stored
Bookmarks.bak (same folder). 3. Linux (Ubuntu, Debian, Fedora, etc.) On Linux distributions, Chrome uses the ~/.config directory, following the XDG Base Directory Specification. /home/[YourUserName]/
C:\Users\[YourUserName]\AppData\Local\Google\Chrome\User Data\Profile [N]\Bookmarks ...where [N] is a number (e.g., Profile 2 , Profile 3 ). | File Name | Purpose | |-----------|---------| |
| File Name | Purpose | |-----------|---------| | | The main, active bookmarks file. It’s a JSON file (human-readable text). | | Bookmarks.bak (or .bak.json ) | Automatic backup created every time Chrome starts. If the main file gets corrupted, Chrome restores from this. | | Bookmarks.bak2 | Secondary backup on some Chrome versions. | | Bookmarks.bak-old | Older backup, usually after an update or profile migration. |