You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I usually enter search query into omnibox, and only after that decide that it is better to search on specific site instead of in Google. So, when the search query is already entered in omnibox, when I open Search Center's panel, that search query should be automatically copied into Search Center's search field (see screenshot).
I know that there is no API to read search query from omnibox, so I asked Chrome developers to implement it. They declined, but suggested using chrome.webRequest.onBeforeRequest to intercept the typed queries when they're transmitted by predictive search, and guess/find/decode the query parameter.
I'm not a web developer though. It would be great if someone implemented this. This feature is so important that without it, in my opinion, the entire extension is pretty useless. But with it, it will be great.
The text was updated successfully, but these errors were encountered:
I usually enter search query into omnibox, and only after that decide that it is better to search on specific site instead of in Google. So, when the search query is already entered in omnibox, when I open Search Center's panel, that search query should be automatically copied into Search Center's search field (see screenshot).
I know that there is no API to read search query from omnibox, so I asked Chrome developers to implement it. They declined, but suggested using chrome.webRequest.onBeforeRequest to intercept the typed queries when they're transmitted by predictive search, and guess/find/decode the query parameter.
https://bugs.chromium.org/p/chromium/issues/detail?id=923985
I'm not a web developer though. It would be great if someone implemented this. This feature is so important that without it, in my opinion, the entire extension is pretty useless. But with it, it will be great.
The text was updated successfully, but these errors were encountered: