跨应用进程通信 - NativeMessage
配置
{
"name": "com.google.chrome.tray.echo",
"description": "Chrome Native Messaging API Example Host",
"type": "stdio",
"path":"/Users/xiangwenwen/tray.app/Contents/MacOS/tray",
"allowed_origins": [
"chrome-extension://knldjmfmopnpolahpmmgbagdohdnhkik/"
]
}Connect
SendMessage 函数
RecvMessage

Last updated