Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xygengcn/chrome-extension-ipc

谷歌浏览器插件通讯基础
https://github.com/xygengcn/chrome-extension-ipc

Last synced: 9 days ago
JSON representation

谷歌浏览器插件通讯基础

Awesome Lists containing this project

README

        

# 谷歌浏览器插件通讯基础

## 页面传输数据到插件 panel

页面 -> preload -> content-script -> service-worker -> panel

## 插件 panel 传输数据到页面

panel -> preload -> 页面