日本語が含まれている場合は問題ありませんが、
英語だけだと英語サイトを検索してしまいます。
色々修正方法はありますが、一番簡単と思われる方法です。
①アドレスバーを右クリック > 検索エンジンの編集
②既定のgoogleのURLをコピー
私の場合は
{google:baseURL}search?q=%s{google:acceptedSuggestion}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}ie={inputEncoding}
となっていました。
③URLに”&lr=lang_ja”を追加して作成
{google:baseURL}search?q=%s{google:acceptedSuggestion}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}ie={inputEncoding}&lr=lang_ja
④作成したものをデフォルトにする