您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. msgx:微小,灵活,快速,基于承诺的网络扩展消息传递-源码

  2. msgx 一个小型,灵活,快速,基于承诺的库,用于Firefox和Chrome扩展程序中的消息传递。 安装 npm install --save msgx 例 自己尝试使用cd test_extension && npm run build这个例子 内容脚本 import client from 'msgx/client' const actions = { zoom : ( zoom ) => console . log ( `zoom ${ zoom } ` ) } function
  3. 所属分类:其它