Create a bookmarklet in your favourite browser with the URL being:
javascript:document.querySelectorAll("div.title a[rel=noopener]").forEach(function(url) { window.open(url) })
When you have a Linkding page opened (e.g. viewing a "favourites" or a "daily" tag) clicking that Bookmark in your browser will open every link in a new tab.