Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xygengcn/chrome-extension-ipc
谷歌浏览器插件通讯基础
https://github.com/xygengcn/chrome-extension-ipc
Last synced: 9 days ago
JSON representation
谷歌浏览器插件通讯基础
- Host: GitHub
- URL: https://github.com/xygengcn/chrome-extension-ipc
- Owner: xygengcn
- License: mit
- Created: 2022-12-01T08:17:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-27T10:40:32.000Z (over 1 year ago)
- Last Synced: 2024-12-16T18:16:45.509Z (19 days ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 谷歌浏览器插件通讯基础
## 页面传输数据到插件 panel
页面 -> preload -> content-script -> service-worker -> panel
## 插件 panel 传输数据到页面
panel -> preload -> 页面