https://github.com/hichamboushaba/Right-Click-Search-for-Microsoft-Edge
Context search extension for Microsoft Edge
https://github.com/hichamboushaba/Right-Click-Search-for-Microsoft-Edge
Last synced: 3 months ago
JSON representation
Context search extension for Microsoft Edge
- Host: GitHub
- URL: https://github.com/hichamboushaba/Right-Click-Search-for-Microsoft-Edge
- Owner: hichamboushaba
- License: gpl-3.0
- Created: 2017-05-05T15:53:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T15:59:35.000Z (over 7 years ago)
- Last Synced: 2025-04-22T17:14:41.100Z (6 months ago)
- Language: JavaScript
- Size: 899 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hichamboushaba/Right-Click-Search-for-Microsoft-Edge - Context search extension for Microsoft Edge (JavaScript)
README
## Right Click Search for Microsoft Edge
Microsoft Edge is getting better, but it lacks context searching (searching selected text).
I developped this extension to fix this issue, it supports actually 4 providers: Google, DuckDuckGo, Bing and WikiPedia. You can either let them all active, and choose the one you want when searching, or setting one as default provider.#### Installation:
Publishing extensions to the Store is still restricted, I submited a request, and I'm waiting the response.
In the meantime, you can use the extension by downloading the appx package and the certificate from [here](https://github.com/hichamboushaba/Right-Click-Search-for-Microsoft-Edge/releases/latest), and then sideloading it by following these steps:1- Enabling Sideloaded apps:
Go to Settings>Update And Security>For Developers, and then select 'Sideload apps'

2- Install the certificate to the Trusted People store:
a- open the certificate, then click on 'Install Certificate'.
b- Select 'Local Machine' in Store Location and click Next.
c- Select 'Place certificates in the following store'.
d- Click on Browse and select 'Trusted People'.
e- Click on Next then Finish to complete the process.
3- Install the Extension by running the following command in Powershell as Administrator:
Add-AppxPackage Path-to-Appx\Right-Click-Search.appx
You can also double click the package to install it if you have [App Installer](https://www.microsoft.com/en-us/store/p/app-installer/9nblggh4nns1) application installed.#### Screenshots:
![]()
![]()
## LICENCEThis project is licensed under GPLv3 (read the LICENCE file).