-
Notifications
You must be signed in to change notification settings - Fork 9
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
Initializing Native Messaging fails with Chrome unpacked extension #7
Comments
Simple reason: Native messaging host requires
Maybe I'll find a better solution or simply publish the extension to Chrome Web Store if I'll figure it out :-) . |
ganskef
changed the title
Initializing Native Host Messaging fails on Windows and macOS
Initializing Native Host Messaging fails with Chrome unpacked extension
May 17, 2023
ganskef
changed the title
Initializing Native Host Messaging fails with Chrome unpacked extension
Initializing Native Messaging fails with Chrome unpacked extension
May 17, 2023
ganskef
added a commit
that referenced
this issue
May 17, 2023
ganskef
added a commit
that referenced
this issue
May 19, 2023
Before publishing the extensions to the web stores (#7), it should be clear and complete, no hidden feature.
ganskef
added a commit
that referenced
this issue
May 21, 2023
- Migrated background script to service worker - Save state in session storage, since service worker might be stopped - Registered listeners for start and stop behavior - Removed timeouts, alarm isn't needed - Described error messages to console - Added an 128px image to publish in Chrome Web Store (#7) - Added an options page (empty and unused for now)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The browser extension isn't capable to start and stop the Java application on macOS and Windows like it does on Linux.
The text was updated successfully, but these errors were encountered: