Skip to content

Dakad/download-notifier

 
 

Repository files navigation

Download Notifier for Google Chrome

Build Status

Get a desktop notification when your download finished.

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 http://choosealicense.com/.

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.

About

A download notification extension for Google Chrome.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.8%
  • Shell 5.1%
  • HTML 2.7%
  • CSS 1.4%