Forum Discussion
Two way bookmark sync between Google Chrome and Chromium Edge?
- Apr 10, 2020
Hi Everyone, it is interesting to see this discussion. We have posted some questions on this topic here - https://techcommunity.microsoft.com/t5/discussions/ongoing-sync-between-microsoft-edge-and-chrome-discussion/m-p/1297563
Please take a moment and share your response on the thread linked above.
cc. Keith Davis
Deleted
BryantB there is no official support for sync bookmarks between two browsers but you can do the trick because both browser uses almost same file format for bookmark.
Step 1: you need to create a "copy_bookmark.bat" script file with this code
xcopy "C:\Users\YOUR_USER\AppData\Local\Google\Chrome\User Data\Default\Bookmarks" "C:\Users\YOUR_USER\AppData\Local\Microsoft\Edge\User Data\Default\Bookmarks" /Y
*use your pc user name instead of "YOUR_USER"
this will copy chrome bookmark file to Microsoft edge location
Step 2: Now open "Task Scheduler" and create new task and setup trigger to "Daily" every 15 minutes and set "Action" to start a program and choose this (copy_bookmark.bat) file
Now this will copy all your chrome bookmarks to Microsoft edge on every 15 mins.
The only issue is that you have to restart the edge to view new bookmarks, but in future maybe we will find solution for that 🙂
Raheel605 one could also use a symlink or even an hard link. That way both edge and chrome are synced automatically, and one could also do this for extension folders. In any case this could damage something because edge and chrome could take two different ways in future. Beside that, you must have edge and chrome installed at the same time anyway. I would like to not do this. I would like to use chrome on Android and edge chromium on windows for example, without have to keep both installed to sync fav, pages, chronology, etc. But Microsoft removed from chromium the google syncing, and this regrets me on using edge. I would like to mix environments: Android+Chrome on mobile and Windows+Edge on desktop. But actually this is nearly impossible if you want keep things synced. Best option for now is to symlink the bookmarks file keeping chrome and edge installed on desktop. But i don't like to do so. I hope Microsoft could bring to us Google Sync
- p37307Jan 22, 2020Copper Contributor
Agree with syncing of Edge on Android. I did read where that may be fixed. I too use Edge on desktop and Chrome on Android.
Since I use Edge on Desktop more than Chrome on Android, Edge to Chrome was the way to go.
I previously tried copying Edge Bookmarks to Chrome on Desktop but what ended up happening is the file on Chrome doubled in size and nothing from Edge Bookmarks would show. It's like it synced Google's bookmarks and ignored Chrome. I shut down all instances of Chrome in the task manger and repeated.
I tried to symlink Edge's Bookmarks to Chrome Bookmarks and it wrote the file but it never would show the differences.