Open tommai78101 opened 7 years ago
@tommai78101 yes, we have plan to add support for Chrome and Opera to web-ext run.
Part of the refactoring have been already landed, with some additional tweaks that are going to be part of the support for Firefox for Android (#868), which uses the same underlying abstraction that we are going to be used to add the additional chrome/opera "extension runners".
Thank you. Reason I'm asking is because the quoted part isn't clear if there are plans to add Chrome and Opera support, and it's more like "this tool has potential to do XYZ." Is it possible to edit a little bit to confirm that, yes, we do have future plans for this?
Or maybe I can do a tiny bit of PR for the Readme section ...?
Has this tool started supporting chrome?
I guess I have the same question still =)
Is there a --target=[chrome|edge|firefox]
on the near horizon that will not try to solve unsolvable differences, but automatically does browser. => chrome.
substitutions, manifest changes, etc., or even a --target=all
that simply builds a "universal" web extension (with shims that figure out the namespace, a manifest that matches both formats, etc)?
Is there a
--target=[chrome|edge|firefox]
on the near horizon
You can track https://github.com/mozilla/web-ext/issues/809 for Chrome support in web-ext
...automatically does browser. => chrome. substitutions...
This is probably out of scope for web-ext. I'd suggest using https://github.com/mozilla/webextension-polyfill which is well supported.
...automatically does ...manifest changes...
That one is a bit tricky. I'd suggest using something like webpack (example) and configuring multiple targets for your output. Maybe there is a better strategy.
Seems to work with latest chrome releases ... at least for me.
I understand the primary focus for web-ext is to improve and build upon its features for Mozilla Firefox.
As noted here:
I would like to know if there are any concrete plans to start interoperating with other platforms? Or it still needs to take a while before the main focus can be shifted towards this?
Thanks.