easy-google-searchInstallAdd to Kit.app import "@johnlindquist/kit" //Name: Google // Description: Put your query and switch to chrome with google search results// Author: Abhishek Chandel let text = await arg("search...")browse(`https://www.google.com/search?q=${encodeURI(text)}`)