To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/CANh-dX%3DO3phXMwGCnqOvZ2vH%2BPk5hiDrhrnN7G0B0UTJWjam7A%40mail.gmail.com.
> email to chromium-extensions+unsub...@chromium.org.
> To post to this group, send email to chromium-...@chromium.org.
> Visit this group at
> http://groups.google.com/a/chromium.org/group/chromium-extensions/.
> To view this discussion on the web visit
> https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/750d98de-c76a-4d02-a475-3abeffafea03%40chromium.org.
> For more options, visit
> https://groups.google.com/a/chromium.org/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
I am replacing the NPAPI in my extension with native messaging host. I want to put my binary and manifest file within the same directory as the extension, and guide the users to add a registry key that points to the directory. In this way, my binary can be updated together with the extension.
I am not sure if this is a good idea or actually allowed.
Thanks!