-
Notifications
You must be signed in to change notification settings - Fork 4
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
Package Chrome Extension As Well #27
Comments
Sure, any PRs are always appreciated! |
Is Chrome supported??? |
Not yet, but PR's are very welcome though if one wants to try to make it work. Also see another add-on in development currently, that also tries to support Chome/ium browsers. |
Note that Chrome/ium support may be tricky, given not all APIs are supported by Chrome/ium browsers. |
...especially as v2.0 uses a new browser setting/API that only Firefox has, for now. So porting the add-on in the current state seems quite impossible. |
Because you use the WebExtensions API, which is more or less standardized across browsers, it makes sense to also package this as a chrome extension. This might require some work, as chrome provides a
chrome
object, rather than abrowser
object, but thechrome
object supports almost all of the same WebExtension API's.The text was updated successfully, but these errors were encountered: