0

I'm working make a chrome extension to overwrite new tab.

"chrome_url_overrides": {
    "newtab": "index.html"
},

Every thing working fine, but, I got some issues:

  1. By default, Bookmark Bar always hidden, just show out when open new tab (New tab default GG chrome). But when I use my extension, Bookmark bar doesn't show out when I open a new tab. Has any way to make my extension can display Bookmark bar like default?
  2. Quick navigation (I'm not sure I call right name) on new tab Quick navigation

Has anyway to keep this section on my new-tab extension?

Thank for your readding!

Kites
  • 25
  • 2
  • 7
  • Possible duplicate of [How show chrome bookmarks bar on custom newtab page?](https://stackoverflow.com/questions/33714939/how-show-chrome-bookmarks-bar-on-custom-newtab-page) – Josh Lee Feb 05 '18 at 16:59

1 Answers1

0

As stated in this link, it is not yet possible. If you think this can improve the extension development experience, make sure an appropriate request is filed in the issue tracker.

abielita
  • 13,147
  • 2
  • 17
  • 59