Use case: user types something like:
- AA1234↵ – i want the browser to directly go to http://example.com/search/%s
- ZZ666↵ – i want the browser to directly go to http://acme.com/search/%s
- fallback not normal search for non matching patterns
I’m sure that this cannot be just configured, so it would require probably to write an extension (if possible).
from this example: omnibox-multipe-keyword
manifest.json:
background.js:
this simple check \w+-\d+/ regexp in google search and if found – redirect to jira search…