Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.54 KB

File metadata and controls

39 lines (26 loc) · 1.54 KB
icon.png

Aria2 Indicator

A minimalist Aria2 download status indicator that displays or cancels current tasks, adds links as Aria2 download tasks without any permissions, and has no other features.

Installation

Chrome Web Store Edge Add-ons

Features

  • Displays the number of currently downloading or seeding tasks on the icon
  • Shows information about currently downloading or seeding tasks in a popup page
  • Cancels download tasks
  • Adds an option to "Send to Aria2" in the right-click menu for links

This extension cannot intercept browser download tasks. Additionally, you need to run Aria2 on your computer for it to work properly.

Screenshot

Development

  1. Clone the repository
  2. Run npm install
  3. Run npm run dev
  4. Load the extension at /dist in Chrome after HMR
  5. Run npm run build to build the extension