Sends a message to a native application.
Send a message to a native application.
Extensions and apps can exchange messages with native applications using an API that is similar to the other message passing APIs. Native applications that support this feature must register a native messaging host that knows how to communicate with the extension.
Browser starts each native messaging host in a separate process and communicates with it using standard input (stdin) and standard output (stdout). The same format is used to send messages in both directions: each message is serialized using JSON, UTF-8 encoded and is preceded with 32-bit message length in native byte order.
Statistics
Installs
250
history
Category
Rating
0.0 (0 votes)
Last update / version
2024-06-21 / 1.1
Listing languages
ru