How show chrome bookmarks bar on custom newtab page?

允我心安 提交于 2019-12-05 21:30:16

问题


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.

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.


回答1:


Sorry. It is not possible for now.

Chromium doesn't have that kind of API.

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



来源:https://stackoverflow.com/questions/33714939/how-show-chrome-bookmarks-bar-on-custom-newtab-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!