随笔分类 -  插件

摘要:扩展与浏览器间的通信,可以有两种形式: 1)短连接 发送消息:chrome.runtime.sendMessage 接收事件:chrome.runtime.onMessage.addListener 2)长连接 发送消息:var port = chrome.runtime.connect port. 阅读全文
posted @ 2016-10-14 09:07 微软小菜鸟 阅读(1317) 评论(0) 推荐(0)