Search code examples
google-chrome-extension

Increasing the number of suggests shown in omnibox


Is it in anyway possible to increase the number of suggests that your extension may show in the omnibox?

By default it looks like 5 rows is the limit. I've read about a command line switch to change the number of rows (--omnibox-popup-count) but I am really interested in dynamically being able to set this in my extension.

5 rows isn't really enough for the information my extension want to show.


Solution

  • In fact there is no more --omnibox-popup-count flag http://code.google.com/p/chromium/issues/detail?id=40083

    So I think there is no way to enlarge the omnibox.