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

Package Chrome Extension As Well #27

Open
Justin-CB opened this issue Nov 6, 2020 · 5 comments
Open

Package Chrome Extension As Well #27

Justin-CB opened this issue Nov 6, 2020 · 5 comments
Labels
blocked This cannot be resolved, because it is blocked by some dependency or similar… enhancement New feature or request

Comments

@Justin-CB
Copy link

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 a browser object, but the chrome object supports almost all of the same WebExtension API's.

@Justin-CB Justin-CB added the enhancement New feature or request label Nov 6, 2020
@rugk
Copy link
Owner

rugk commented Nov 6, 2020

Sure, any PRs are always appreciated!
See rugk/offline-qr-code#59 for reasoning and information on polyfills etc.

@mrl24730
Copy link

mrl24730 commented May 14, 2021

Is Chrome supported???

@rugk
Copy link
Owner

rugk commented May 14, 2021

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.

@rugk
Copy link
Owner

rugk commented Dec 7, 2021

Note that Chrome/ium support may be tricky, given not all APIs are supported by Chrome/ium browsers.

@rugk
Copy link
Owner

rugk commented Dec 8, 2021

...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.
Only the old mechanic from v1.3 could possibly be ported, but would have to be maintained separately or so, which I'd like to avoid.

@rugk rugk added the blocked This cannot be resolved, because it is blocked by some dependency or similar… label Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This cannot be resolved, because it is blocked by some dependency or similar… enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants