/Edge-Google-Search

Adds Google Search capabilities to the right click menu of Edge

Primary LanguageJavaScript

Google Search

Adds a google search right click option for the right click menu. Especially useful for people with cortana disabled.

Searches can be done off both text as well as a reverse image lookup

To deploy an appx package run the following in a powershell window

.\Package.ps1 Pack
.\Package.ps1 Cert
.\Package.ps1 Sign
certutil -f -user -p PASSWORD -importpfx "TrustedPeople" .\deploy\cert\cert.pfx

It is recommended to do this in an administrator terminal as the creation of the cert and the deployment of the cert to TrustedPeople require admin.

This will create a self signed appx package that can be deployed to your local instance.