0

i am creating a custom chrome new tab page. However when my extension is in use. Chrome fails to show the bookmarks bar. But when I disable my simple extension it shows up again. Is there a way to show the bookmarks bar in my new tab chrome extension.

Also it would be nice to show the bookmarklets and shortcuts to frequently visited sites as well. Any API references are appreciated.

UVic
  • 1,671
  • 3
  • 14
  • 21
  • No, you'll need to read them via chrome.bookmarks API and show as DOM elements yourself. – wOxxOm Apr 29 '22 at 17:32
  • @wOxxOm can I just override the newtab page with a content script instead.. basically delete the components i don't need keep the rest . is this feasible. ?? – UVic Apr 30 '22 at 06:45
  • No, the built-in new tab doesn't allow it. – wOxxOm Apr 30 '22 at 07:19

0 Answers0