3
I have a text file that has a lot of bookmarks in text form. It looks something like this
$ cat bookmarks
www.google.com
www.stackoverflow.com
www.superuser.com
www.unix.stackexchange.com
$
I want all these bookmarks to be saved in my Chrome browser. How can I do it without having to open each page in the browser and adding it as a bookmark manually?
I tried importing this text file from the Import Bookmarks option, but it doesn't work.
Is there some good way of doing this?
Also, it would be awesome if I can update the bookmarks for example by adding the url at the end of the bookmarks file and then resyncing.
I am using Chrome on Ubuntu, so any Linux tricks/hacks for doing this are also fine.
Can confirm that this (still) works today. All you have to do is export the bookmarks, edit the resulting html file so it only contains the new bookmarks you want to add, and import it back. The new bookmarks will then show up in a folder called "Imported" in the Bookmarks Manager, which you can then freely move wherever. – Mahn – 2015-07-31T16:17:49.770