files/en-us/mozilla/add-ons/webextensions/api/omnibox/index.md
Enables extensions to implement customized behavior when the user types into the browser's address bar.
When the user focuses the browser's address bar and starts typing, the browser displays a drop-down list containing suggested pages based on what they typed. This gives the user a quick way to access, for example, pages from their history or bookmarks.
The omnibox API provides the extension a way to customize the suggestions displayed in the drop-down, when the user enters a keyword defined by the extension. It works as follows:
{{WebExtExamples("h2")}}
{{Compat}}
[!NOTE] This API is based on Chromium's
chrome.omniboxAPI.