This browser extension provides a menu in your Chromium based browser that shows all recent downloads in a non-obstrusive way. Not more or less, it's simple as that.
Built with Angular, uses Fluent Icons.
👉 Get it from the Edge Extensions Store.
💡 Do you have feature requests? Open a discussion.
- Access your downloads from your menu bar
- Automatic dark and light mode
- Integrates well to Edge's design system
- Search
- Also works on Chrome
- Disables download shelf
Do you have any feature requests? Let me know or tweet @ginomessmer.
Like what you're seeing? Feel free to spread the word and if you're feeling extra generous, buy me a coffee.
- Install the
@angular/cli
npm package as a global tool:npm install -g @angular/cli
- Restore npm packages:
npm i
- Build and watch the project while you are developing:
ng build --watch
- Enable developer mode in Microsoft Edge and drop the dist folder to the extensions page
- Happy building