Skip to content

Instantly share code, notes, and snippets.

@jiang-wei
Last active September 29, 2016 16:01
Show Gist options
  • Save jiang-wei/3bc5e9f56bb1ccae0cc99557264e1abd to your computer and use it in GitHub Desktop.
Save jiang-wei/3bc5e9f56bb1ccae0cc99557264e1abd to your computer and use it in GitHub Desktop.
使用网盘同步 chrome 书签

chrome 书签经常因为各种原因无法同步。 这里考虑使用网盘,如微软的 OneDrive 同步 chrome 的书签文件。 书签文件在

"C:\Users\JiangWei\AppData\Local\Google\Chrome\User Data\Profile 2\Bookmarks"

用管理员命令行运行 mklink 命令,创建一个硬连接

C:\Users\JiangWei\OneDrive\bookmarks>mklink /H bookmarks "C:\Users\JiangWei\AppData\Local\Google\Chrome\User Data\Profile 2\Bookmarks"

即可在机器间同步书签文件了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment