Mips0208
Mips0208

Reputation: 123

How show chrome bookmarks bar on custom newtab page?

I have one problem. I build chrome extension and override the newtab page with my custom page. Bookmarks bar display on default Chrome newtab page, but hide on my custom new tab page.

Default Chrome Bookmarks Bar

Maybe, anyone have some idea: how display Bookmarks bar WITH CHROME API? Please, skip tips such as press key combination Ctrl+Shift+B or make your own Bookmarks bar page, only chrome api interest me.

Upvotes: 12

Views: 2095

Answers (1)

Sungguk Lim
Sungguk Lim

Reputation: 6228

Sorry. It is not possible for now.

Chromium doesn't have that kind of API.

chrome.bookmarks API is for adding, removing, getting bookmarks.

Upvotes: 9

Related Questions