I want the extension to be controlled by Omnibox. The chrome.omnibox API allows me to register a keyword, but that means I have to press or type a lot to go to the extension. For example, I need Ctrl+L to select omnibox, then type a few letters for extension and space / tab.
Can I enter the program code "omnibox mode for my extension"? That is, is there an API call that I can make that will cause the keyboard focus to be connected to omnibox in the already enabled mode for my extension? I just want to replace the click / enter sequence with one shortcut on the keyboard, which will allow the user to immediately interact with the extension through omnibox.
source share