Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 498 Bytes

File metadata and controls

13 lines (7 loc) · 498 Bytes

English | 中文

Introduction

This extension registers the onResolve event to parse all resource information from a github release download link and display it in the file list for selection.

Implementation

The extension is written in pure JavaScript and uses fetch to request the corresponding release information from the GitHub API, and then parses all resource information and returns it to the downloader.

  • Screenshot