Skip to content

Dongw1126/Auto-Resume-Downloads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Auto Resume Downloads

Software License

Auto Download Resume Chrome extension

Features

  • Automatically resume downloading
  • Time interval to trigger resumption can be manually set
  • Checking the log while the program is running

Installation Instructions

Download in Chrome Web Store

  1. Download Auto Resume Downloads from chrome web store.
  2. Available immediately after installation.

Download from GitHub

  1. Download a ZIP file from GitHub and uncompress to local.
  2. In Chrome, go to the extensions page (chrome:https://extensions).
  3. Enable Developer Mode.
  4. Choose Load unpacked and click src folder

Usage


  1. Tap the icon to open the window.
  2. 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)
  3. Checking Apply to paused items setting will automatically resume the download that you paused.
  4. Check time interval sets the time interval for scanning stopped downloads.
  5. Settings take effect when the apply button is pressed.
  6. All events are recorded and visible on the log tab.

Contribution

Reporting bugs

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

Suggesting Enhancements

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

Open Pull Requests

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.

  1. Fork this project and clone your fork
git clone https://github.com/<user-name>/Auto-Resume-Downloads.git
cd Auto-Resume-Downloads
  1. 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
  1. Developing a new feature
  2. Push the feature to your fork
git push origin <topic-branch-name>
  1. Open a Pull Requests with a description