Get more than 10 results when searching from Google Chrome address bar
You need to change this
{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}{google:searchFieldtrialParameter}{google:instantFieldTrialGroupParameter}sourceid=chrome&ie={inputEncoding}&q=%s
Somehow I cannot get my browser to use {parameter} style queries so here is what worked for me
https://www.google.com/search?num=100&q=%s
to include num=100
in the settings of the browser chrome://settings/searchEngines
.
The settings for Google search app does not control the query to an extent within the browser itself (If you are incognito, the above query will not work).