Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
/ tmdm Public archive

The Missing Download Menu - A Chromium plugin that introduces a downloads menu designed for Edge

License

Notifications You must be signed in to change notification settings

ginomessmer/tmdm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d3e2512 Â· Dec 10, 2020

History

76 Commits
Dec 10, 2020
Dec 8, 2020
Dec 8, 2020
Dec 8, 2020
Dec 8, 2020
Dec 8, 2020
Dec 8, 2020
Jan 23, 2020
Dec 10, 2020
Dec 8, 2020
Dec 8, 2020
Dec 8, 2020
Dec 8, 2020
Dec 8, 2020
Dec 8, 2020
Dec 8, 2020
Dec 8, 2020
Dec 8, 2020

Repository files navigation

Angular CI Edge Store Buy me a coffee

The Missing Download Menu

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.

Hero Cover

Features

  • 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.

Buy Me a Coffee at ko-fi.com


Development Setup

  • 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