Quick Sorted Download

Quick Sorted Download

Adds context menu item to download files to an automatically chosen subfolder inside your downloads directory. The destination is chosen based on the URL and a set of customizable rules.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.1resigned1",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{5d2cdef1-a694-4f80-9ec7-64f874d4949b}"
    }
  },
  "permissions": [
    "downloads",
    "contextMenus",
    "storage"
  ],
  "icons": {
    "48": "icons/qsd.svg",
    "96": "icons/qsd.svg"
  },
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "scripts": [
      "dl-to-folder.js"
    ]
  }
}