Auto Download Resume Chrome extension
(
- Automatically resume downloading
- Time interval to trigger resumption can be manually set
- Checking the log while the program is running
- Download Auto Resume Downloads from chrome web store.
- Available immediately after installation.
- Download a ZIP file from GitHub and uncompress to local.
- In Chrome, go to the extensions page (
chrome://extensions
). - Enable Developer Mode.
- Choose
Load unpacked
and clicksrc
folder
- Tap the icon to open the window.
- Turn on the switch to run the program.
The program will resume automatically stopped downloads in the background
(⚠️ If the program does not work properly, click the toggle button a few times and try again) - Checking
Apply to paused items
setting will automatically resume the download that you paused. Check time interval
sets the time interval for scanning stopped downloads.- Settings take effect when the apply button is pressed.
- All events are recorded and visible on the log tab.
Bugs are tracked as GitHub issues.
Create an issue on this repository and if possible, please provide the following information.
- Use a clear and descriptive title
- Describe the exact steps which reproduce the problem
- Include screenshots and animated GIFs
Enhancement suggestions are tracked as GitHub issues.
Create an issue on this repository and if possible, please provide the following information.
- Describe the current behavior and explain which behavior you expected to see instead and why
- Include screenshots and animated GIFs
- Explain why this enhancement would be useful
A Pull Requests (PR) is the step where you submit patches to this repository.
(e.g. adding features, renaming a variable for clarity, translating into a new language)
If you're not familiar with pull requests, you can follow these steps.
- Fork this project and clone your fork
git clone https://github.com/<user-name>/Auto-Resume-Downloads.git
cd Auto-Resume-Downloads
- Create a new topic branch (off the main project development branch) to contain your feature, change, or fix
git checkout -b <topic-branch-name>
git pull
- Developing a new feature
- Push the feature to your fork
git push origin <topic-branch-name>
- Open a Pull Requests with a description