User Profile
Raheel605
Copper Contributor
Joined 6 years ago
User Widgets
Recent Discussions
Re: Two way bookmark sync between Google Chrome and Chromium Edge?
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 🙂315KViews9likes12Comments
Recent Blog Articles
No content to show