Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ehaagwlke/download-notifier

A download notification extension for Google Chrome.
https://github.com/ehaagwlke/download-notifier

Last synced: 3 months ago
JSON representation

A download notification extension for Google Chrome.

Lists

README

        

# Download Notifier for Google Chrome
Get a desktop notification when your download finished.

You could install the extension via .

##Features implemented
- Desktop notification for finished downloads
- Open downloaded file / Reveal file from the notification UI
- Play a sound if you want once download finished (could be enabled / disabled via options)
- Disable / Enable Google Chrome's default download shelf

##Known Issue
*Which did NOT have a plan to be fixed yet*

- File icon displayed on notification UI might not right
- Your personal settings might not work (did not figure out why, possibly caused by chrome.storage.sync.*)
- A safty change dialogue might be prompted repeatedly

##Features planned
*Which also did NOT have a plan to be implemented*

- A drop list of recent downloads while the extension icon is clicked
- Turn the extension icon into a progress indicator while you have in progress download (that's what the progress.js file for)
- An individual volume controller of this extension (half implemented)

##License

*License chosed using .*

MIT License

Copyright (c) 2016 ehaagwlke

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.