Dongw1126 / Auto-Resume-Downloads

Auto Download Resume Chrome extension
https://chrome.google.com/webstore/detail/auto-resume-downloads/pifbhionjpacnpjoaomhdpbekkdphdgd
MIT License
40 stars 4 forks source link
chrome-extension productivity

Auto Resume Downloads

Software License

Auto Download Resume Chrome extension
(⚠️ In some cases, Auto Resume Downloads are disabled by the Chrome browser API spec. Sorry, but in that case, please toggle the extension's switch off and on to resume your downloads.)

Features

Installation Instructions

Download in Chrome Web Store

  1. Download Auto Resume Downloads from chrome web store.

  2. Available immediately after installation.

    Download from GitHub

  3. Download a ZIP file from GitHub and uncompress to local.

  4. In Chrome, go to the extensions page (chrome://extensions).

  5. Enable Developer Mode.

  6. Choose Load unpacked and click src folder

    Usage


  7. Tap the icon to open the window.

  8. 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)

  9. Checking Apply to paused items setting will automatically resume the download that you paused.

  10. Check time interval sets the time interval for scanning stopped downloads.

  11. Settings take effect when the apply button is pressed.

  12. 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.

Suggesting Enhancements

Enhancement suggestions are tracked as GitHub issues.
Create an issue on this repository and if possible, please provide the following information.

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
  2. 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
  3. Developing a new feature
  4. Push the feature to your fork
    git push origin <topic-branch-name>
  5. Open a Pull Requests with a description