-
Notifications
You must be signed in to change notification settings - Fork 3
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
Is this project something I can build my own extension around, or do my users need to install Native-Ext? #8
Comments
Yes, I updated the README to detail that:
You'd include and use the library and prompt the user to install the management extension (which you linked above). Please have a look at the included example or reStyle for a complete extension. |
@NiklasGollenstede thanks very much for the clarification! This project seems really cool, but in my case I'm already hesitant about my plan to require users to install both and app and a browser extension. Asking them to install NativeExt to and allow it access is definitely more than I think most people can be expected to do. In most use cases, users will need to install a minimum of three items, unless they already have NativeExt, unless I'm misunderstanding. I was hoping this was more of a standalone wrapper to make using NativeMessaging more workable. The current implementation is still very cool, but I'm afraid users wouldn't stand for the amount of installs they need to make in my case. Is there any way to/any interest in making it possible for users to build their own extensions will h NativeExt capabilities? |
I do share that concern, but NaitveExt is "native messaging as a service" (maybe I should use that slogan) and as such, I see no way to avoid the extension (it needs UI and browser profile specific settings). That said, you could use the library module to manage your own process. Only the If you want to do that, I'd accept a PR (which would make it easier for you to receive updates in the future) and give you some hints, but I am not motivated to do it myself. |
Do my users need to install the NativeExt extension from the Chrome/Firefox stores? https://chrome.google.com/webstore/detail/nativeext/kfabpijabfmojngneeaipepnbnlpkgcf
The text was updated successfully, but these errors were encountered: