This repository contains multiple Gopeed extension project examples. You can learn how to develop Gopeed extensions through these examples, or directly install and use them through the installation url.
Please refer to: https://docs.gopeed.com/dev-extension.html
| Example | Description | Install URL |
|---|---|---|
| Github Contributor Avatars Download | Used to parse and download all avatars of Github repo | github.com/GopeedLab/gopeed-extension-samples#github-contributor-avatars-sample |
| Github Release Asset Download | Used to parse and download all assets of Github release | github.com/GopeedLab/gopeed-extension-samples#github-release-sample |
| WebView Sample | Used to inspect a target page through gopeed.runtime.webview and export the probe result as JSON |
github.com/GopeedLab/gopeed-extension-samples#webview-sample |
| GBlob Sample | Used to demonstrate in-memory Blob, ReadableStream, HTTP body proxy, and resumable gblob downloads | github.com/GopeedLab/gopeed-extension-samples#gblob-sample |