Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-browser compatibility #26

Open
joggee-fr opened this issue Nov 9, 2022 · 3 comments
Open

Cross-browser compatibility #26

joggee-fr opened this issue Nov 9, 2022 · 3 comments
Labels
p2 Priority 2

Comments

@joggee-fr
Copy link
Contributor

The README indicates the extension as expected to be cross-browser compatible.
Has anyone tested the extension with something else than Firefox?

WebExtension is supposed to be supported by these main browsers:

  • Firefox
  • Edge
  • Chrome
  • Opera

https://developer.mozilla.org/fr/docs/Mozilla/Add-ons/WebExtensions/Build_a_cross_browser_extension

@gurumukhi, are you interested in make this extension compatible with other browsers?

@gurumukhi
Copy link
Owner

gurumukhi commented Nov 9, 2022 via email

@joggee-fr
Copy link
Contributor Author

I gave it a quick try and adding webextension-polyfill from Mozilla seems to be a good help for this. There is several methods to add it to sources e.g. using npm to manage dependencies (my preferred option).

@gurumukhi, does it feel like a reasonable solution for you or do you prefer youtube-screenshot to stay away from such an extra build step?
Adding npm may also be nice to add command to package the add-on in a ZIP archive for distribution.

@gurumukhi
Copy link
Owner

We can give npm a try 👍

@gurumukhi gurumukhi added the p2 Priority 2 label Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2 Priority 2
Projects
None yet
Development

No branches or pull requests

2 participants