I have a chrome extension I want to test to see if it's compatible with opera and Microsoft edge, please how can I test its compatibility?
It looks like first, you need to port your Chrome extension before testing it with the Edge browser.
Microsoft Edge allows you to port your Chrome extension with minimal changes. The Extension APIs and manifest keys supported by Chrome are code-compatible with Microsoft Edge. For a list of APIs supported by Microsoft Edge, navigate to API support.
To port your Chrome extension, complete the following steps.
Reference:
Further, I suggest you contact Opera browser support to get information about how to test your Chrome extension with Opera.
Thanks for your understanding.