Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ginomessmer/tmdm
The Missing Download Menu - A Chromium plugin that introduces a downloads menu designed for Edge
https://github.com/ginomessmer/tmdm
angular browser browser-extension chromium download-manager downloads edge edge-store ms-edge ms-edge-chromium
Last synced: 2 days ago
JSON representation
The Missing Download Menu - A Chromium plugin that introduces a downloads menu designed for Edge
- Host: GitHub
- URL: https://github.com/ginomessmer/tmdm
- Owner: ginomessmer
- License: gpl-3.0
- Archived: true
- Created: 2020-01-07T21:21:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:56:04.000Z (about 2 years ago)
- Last Synced: 2024-10-23T21:53:52.707Z (3 months ago)
- Topics: angular, browser, browser-extension, chromium, download-manager, downloads, edge, edge-store, ms-edge, ms-edge-chromium
- Language: TypeScript
- Homepage: https://ginomessmer.github.io/tmdm
- Size: 2.33 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Angular CI](https://github.com/ginomessmer/tmdm/workflows/Angular%20CI/badge.svg)](https://github.com/ginomessmer/tmdm/actions?query=workflow%3A%22Angular+CI%22)
[![Edge Store](https://img.shields.io/badge/Edge%20Store-v2-blue)](https://microsoftedge.microsoft.com/addons/detail/gjjchbkfeokfaifbcokbndccpogfjfpn)
[![Buy me a coffee](https://img.shields.io/badge/buy%20me%20a%20coffee-%E2%98%95-orange)](https://ko-fi.com/ginomessmer)# 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](https://angular.io), uses [Fluent Icons](https://developer.microsoft.com/en-us/fluentui#/styles/web/icons).
👉 Get it from the [Edge Extensions Store](https://microsoftedge.microsoft.com/addons/detail/gjjchbkfeokfaifbcokbndccpogfjfpn).
💡 Do you have feature requests? [Open a discussion](https://github.com/ginomessmer/tmdm/discussions/new).![Hero Cover](docs/img/hero.png)
## Features
- [x] Access your downloads from your menu bar
- [x] Automatic dark and light mode
- [x] Integrates well to Edge's design system
- [x] Search
- [x] Also works on Chrome
- [ ] Disables download shelf---
Do you have any feature requests? Let me know or tweet [@ginomessmer](https://twitter.com/ginomessmer).
Like what you're seeing? Feel free to spread the word and if you're feeling extra generous, [buy me a coffee](https://ko-fi.com/ginomessmer).---
## 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