Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search query should be copied from omnibox when opening panel #4

Open
DimkaDim opened this issue Jan 26, 2019 · 0 comments
Open

Search query should be copied from omnibox when opening panel #4

DimkaDim opened this issue Jan 26, 2019 · 0 comments

Comments

@DimkaDim
Copy link

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.
2019-01-22_04-50-24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant