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

Extension native messaging not supported #36

Open
samuelmaddock opened this issue Jun 13, 2021 · 0 comments
Open

Extension native messaging not supported #36

samuelmaddock opened this issue Jun 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@samuelmaddock
Copy link
Owner

samuelmaddock commented Jun 13, 2021

Native messaging is the ability for Chrome extensions to communicate with native apps installed on the desktop.

This is not implemented in Electron as most of the code for doing so resides in Chrome.

Known affected extensions

Possible solutions

  • Copy native messaging code from Chrome into Electron.
    • There's a good chance Electron maintainers won't support this effort due to the added maintenance burden.
  • Implement Chrome Native Messaging Host Protocol in JS or as a Node native module.
    • I'm going to need convincing to decide whether this effort is worth it. Especially with the caveats above with extensions like 1Password.
@samuelmaddock samuelmaddock added the enhancement New feature or request label Jun 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant