TMDM - The Missing Downloads Menu

TMDM - The Missing Downloads Menu

This extension adds a menu that displays all your downloaded files next to your address bar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "TMDM - The Missing Downloads Menu",
  "short_name": "TMDM",
  "author": "Gino Messmer",
  "version": "2.0",
  "description": "This extension adds a menu that displays all your downloaded files next to your address bar.",
  "homepage_url": "https://ginomessmer.github.io/tmdm",
  "permissions": [
    "downloads",
    "downloads.open",
    "downloads.shelf",
    "content_script "
  ],
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "assets/img/icon.png",
    "32": "assets/img/icon.png",
    "48": "assets/img/icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}