Onurtag / multithreaded-download-manager

Download manager extension for Firefox with multithreading support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mozilla Add-on Mozilla Add-on

Multithreaded Download Manager

Download manager extension for Firefox, with multithreading support.

Build

Install the dependencies:

yarn --prod

The globally installed build tools can be used, found by $PATH. It is also possible to install the packages locally:

yarn

Run the build script to generate the unpacked extension in dist:

node build

Create unsigned XPI release: (requires the zip command)

node build --xpi

About

Download manager extension for Firefox with multithreading support

License:Mozilla Public License 2.0


Languages

Language:JavaScript 50.8%Language:TypeScript 41.2%Language:Pug 4.8%Language:Stylus 3.1%