omnibox.OnInputEnteredDisposition

The omnibox.OnInputEnteredDisposition type describes how the extension should handle a user selection from the suggestions in the address bar's drop-down list.

It's passed into the omnibox.onInputEntered event listener, along with the selection itself.

类型

此类型的取值是字符串。它们可以取以下任何值

"currentTab"

在当前标签页中打开所选内容。

"newForegroundTab"

在新的标签页中打开所选内容,并将该新标签页置于前台。

"newBackgroundTab"

在新的后台标签页中打开所选内容,并将当前标签页保留在前台。

浏览器兼容性

BCD 表只在启用了 JavaScript 的浏览器中加载。

注意:此 API 基于 Chromium 的 chrome.omnibox API。