I have a Chrome/Brave extension.
I want to open brave://bookmarks/ or chrome://bookmarks in a new tab so that users can more easily access their history, bookmarks, etc in the default browser managers.
I have a simple button
<a href="brave://bookmarks/">Click</a>
However, I get "Not allowed to load local resource: brave://bookmarks/".
Is there a way to achieve that? I request permission to access the bookmarks anyways. I don't see why this should be forbidden.
Both HTML and JS solutions are fine.