ab-download-manager-browser-integration
ab-download-manager-browser-integration copied to clipboard
Browser Integration for AB Download Manager App
AB Download Manager Browser Integration Repository
If you look for main app repository use This Link
Usage
In order to use this extension you need to install AB Download Manager
This extension does the fallowing
- Add a
Download With AB DMin browser's Context menu - Automatically captures download links when users want to download file from their browser
- Show a
Download Selectedpopup when user select some section of page that contains links
How To Build
In order to build this extension locally
I am developing this on
Windowsusingnpm, but it should have same result on other build environments
# install dependencies
npm i
# for firefox
npm run pack:firefox
# for chrome
npm run pack:chrome
the output zip file will be placed under the ./dist/<browser_name>.zip which contains the extension
Repositories And Source Code
There are multiple repositories related to the AB Download Manager project
| Repository | Description |
|---|---|
| Main Application | Contains the Application that runs on your device |
| Browser Integration (You are here) | Contains the Browser Extension to be installed on your browser |
| Website | Contains the AB Download Manager website |
I spent a lot of time to create this project.
If you like my work, Please consider giving it a ⭐ Thanks ❤️