美文网首页
Chrome 网页 与 extension 与 Native a

Chrome 网页 与 extension 与 Native a

作者: 旧日回忆 | 来源:发表于2023-11-12 10:22 被阅读0次

目标

  1. 网页上点击按钮发送消息, 桌面exe应用能收到该消息
  2. 桌面应用发送消息, 网页能收到该消息

简述

chrome extension 也叫 谷歌插件, 主要由popup页面, background.js 和content-scripts.js组成.

通信的链路是[页面 <---> content-script.js <---> background.js <---> NativeMessageHost.exe <---> 应用.exe]

页面与content-scripts.js通信

content-script.js与background.js通信

background.js与NativeMessageHost通信

通信协议

NativeMessageHost与应用.exe通信

参考:

相关文章

网友评论

      本文标题:Chrome 网页 与 extension 与 Native a

      本文链接:https://www.haomeiwen.com/subject/ujatidtx.html