Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: save files to specific subdirectory #649

Merged
merged 1 commit into from
Jan 8, 2021

Conversation

GrosPoulet
Copy link
Contributor

  1. Option to save files to a user-defined subdirectory
    As stated in Chrome API reference (https://developer.chrome.com/docs/extensions/reference/downloads/#type-DownloadOptions), no extension is allowed to download files to another directory than default Downloads.
    But it is allowed to specify subdirectories under Downloads, so downloaded files can be managed more easily.
    So under Options/Advanced, i added an new option to specify a subdirectory for downloads.
    This option is facultory: if left blank then downloads will be saved to default Downloads directory, as usual.

  2. Options now have 3 buttons:

  • Save: save edits
  • Cancel: cancel edits made after last save
  • Reset: discard edits and load default values
  1. Some cosmetic changes to buttons and input zones in Options

- Option to save files to a user-defined subdirectory
 As stated in Chrome API reference (https://developer.chrome.com/docs/extensions/reference/downloads/#type-DownloadOptions), no extension is allowed to download files to another directory than default Downloads.
 But it is allowed to specify subdirectories under Downloads, so downloaded files can be managed more easily.
 So under Options/Advanced, i added an new option to specify a subdirectory for downloads.
 This option is facultory: if left blank then downloads will be saved to default Downloads directory, as usual.

- Options now have 3 buttons:
 - Save: save edits
 - Cancel: cancel edits made after last save
 - Reset: discard edits and load default values

- Some cosmetic changes to buttons and input zones in Options
@GrosPoulet GrosPoulet merged commit b86b70b into extesy:master Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant