Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 976
Mips0208 Avatar asked Nov 15 '15 00:11

Mips0208


People also ask

Why is my bookmarks bar always on new tab page?

But there is a very annoying issue related to bookmarks bar in Chrome. Even if you hide or remove bookmarks bar, it always appears on New Tab page (NTP). When you open Chrome or create a new tab, bookmarks bar is always visible on new tab page. It doesn’t respect your customized settings and Chrome always displays bookmarks bar on New Tab page.

How to show bookmarks bar in chrome?

1 Open Chrome. 2 Click or tap the main menu button, represented by three dots located in the upper right corner of the browser window. 3 When the drop-down menu appears, select Settings. ... 4 Locate the Appearance section, which contains an option labeled Always show the bookmarks bar accompanied by a checkbox. ...

What does a new tab look like in Google Chrome?

By default, when you open a new tab in Chrome, you see a search bar, Google’s logo, and thumbnail tiles of the sites you’ve visited most often. However, you can customize the default new tab page a bit (not much), set the New Tab page to a blank page, choose a custom URL to display,...

How do I get my bookmarks back on my browser?

How to Always Show the Bookmarks Bar. Fire up Chrome, click the menu icon, point to “Bookmarks,” then click on “Show Bookmarks Bar.”. Alternatively, you can press Ctrl+Shift+B (in Windows) or Command+Shift+B (in macOS). After you enable “Show Bookmarks Bar,” the bookmarks bar appears just below the address bar with all your saved web pages.


1 Answers

Sorry. It is not possible for now.

Chromium doesn't have that kind of API.

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

like image 71
Sungguk Lim Avatar answered Sep 21 '22 06:09

Sungguk Lim