Now that there are some Extensions Preview available for Microsoft Edge, it’s time to try them out in Chrome and see if they are indeed compatible.
First of all, let’s get the extension package first:
- Go to Microsoft Edge Extensions page to find and download the extension you want to put in Chrome.
- Run the extension package to extract the content in a folder.
Then, open Extensions page in Chrome, and check the option “Developer mode.” Three more buttons show up, one of which is called Load unpacked extension. Click it and select the extension folder to install.
Most likely, you will get an error indicating that the “manifest_version” must be presented, like below.
It’s easy enough to fix. Open manifest.json file in the extension package folder and add the following line to it.
"manifest_version": 2
Then click Retry button to install it again. Horrray!
Clicking the Mouse Gesture icon on the toolbar opens up the settings page, just like natural Chrome extensions do.
If it’s still failed to load the extension in Chrome, most likely some Locale files need to be cleaned up. Go into the _locales folder in Extension Package folder and delete all folders except the _locale\en folder which is for English. And then try again.
Good luck and enjoy.