My question is about the Omnibox. The think provided by the Chrome API, i wanted to know if there is a possibility to have a multiple keyword on the manifest.
I’ve thinking about a regex or something like that but i don’t really know what to do…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think i’ve just find a solution.
I’ve discover that when you make a search for ‘TRY’ by using google the url is :
And when it come from Chrome URL it’s :
So basically if i check if there is sourceid=Chrome on the url i can redirect like this. What do you think ?