Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 3.82 KB

README.md

File metadata and controls

67 lines (48 loc) · 3.82 KB

Aria2 Integration

Aria2 Integration allows you to redirect downloads to your Aria2 server.
Report bug · Request feature

Quick start

How to build

  • Install Node.JS LTS
  • Clone the project
  • Run npm install
  • Run npm run build:firefox to build Firefox extension
  • Run npm run build:chromium to build Chrome extension

Development

  • Run npm run lint:fix to lint and fix files
  • Run npm run build:firefox:watch to auto-build for Firefox
  • Run npm run start:firefox to install on Firefox with auto-reload
  • Run npm run build:chromium:watch to auto-build for Chromium
  • Run npm run start:chromium to install on Chromium with auto-reload

Internationalization

  • The extension speaks English, French and Chinese. You can add your language in public/_locales. You can find your language code here.

Bugs and feature requests

Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Contributing

Contributions are welcome!

Thanks to