I don't know about Chrome, but in Firefox: Chrome now hides the bookmark bar by default Not sure if it is the default, but my Firefox bookmark bar is always visible load common favorite news sites & blogs or load a window with all my productivity SaaS sites. Shift+Click on a bookmark folder does that pick up where i left off on a research rabbit hole Right-Click on one of the open tabs, click "select all tabs", right…
Firefox automatically backs up current bookmarks in lz4-compressed json under $profiledir/bookmarkbackups ($profiledir by default being like ~/.mozilla/firefox/xxxx.default). Can also autoexport to an HTML file by setting the following about:config prefs:
browser.bookmarks.autoExportHTML => (boolean) true
browser.bookmarks.file => (string) "/home/user/bookmarks.html"
If later pref is omitted then file will be $profiledir/bookmarks.html.An issue with depending on this functionality is the backup happens when closing the browser.