How does the official version of Win10 replace Xiaona search with Google search?

  
Usually used to use two major browsers: Firefox Firefox and Google Chrome, the current system has also been upgraded to Win10, for Windows10 taskbar search function (ie Cortana Xiaona) is also more desirable, but she uses the Bing search engine, for I have been used to Google for many years and it is always inconvenient. The following small series will introduce you to the official version of Win10 how to change Xiaona search into Google search method, very simple, let's take a look!

If you want to achieve the same function, please refer to the following method :
Create a new folder named CortanaUseGoogle on the desktop (for example, Google, the article provides the baidu method at the end);
Create two new txt files in the folder and rename them separately (along with the txt suffix) as CortanaUseGoogle .js and manifest.json;
Open CortanaUseGoogle.js with Notepad, paste the following code and save it.
Copy the code
The code is as follows:
chrome.webRequest.onBeforeRequest.addListener(
function(details) {
return { redirectUrl: "https://www.google.com/search ?q=" + details.url.split(/=
Copyright © Windows knowledge All Rights Reserved