Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamescoyle/downloadsextension
A replacement for the default Chrome downloads shelf
https://github.com/jamescoyle/downloadsextension
chrome chrome-toolbar download-manager popup
Last synced: 4 months ago
JSON representation
A replacement for the default Chrome downloads shelf
- Host: GitHub
- URL: https://github.com/jamescoyle/downloadsextension
- Owner: JamesCoyle
- License: other
- Created: 2021-01-25T12:11:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T20:59:07.000Z (almost 3 years ago)
- Last Synced: 2024-10-05T10:30:51.342Z (4 months ago)
- Topics: chrome, chrome-toolbar, download-manager, popup
- Language: JavaScript
- Homepage:
- Size: 3.05 MB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Chrome Download Manager Extension
An extension for Chrome which replaces the default download shelf with a menu in the Chrome toolbar. It is designed to look like the new extensions panel and blend in seamlessly with the current Chrome UI. The popup is made entirely with Svelte which makes it so easy to render the list of downloads and keep the UI updated as the download state changes.
[![Available in the Chrome Web Store](.github/webstore.png)](https://chrome.google.com/webstore/detail/download-manager/epgkpmpjileiepinlphboolabkkdelle)
## Contributing
If you encounter an error or bug you can open an issue or attempt a fix yourself. This project uses Svelte for the frontend.