Save to folder from context menu

Save to folder from context menu

Quickly download stuff to your pre-chosen folders from the comfort of your context menu!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.5",
  "applications": {
    "gecko": {
      "id": "{b313b32e-777e-458a-aa00-0f6991e515ec}"
    }
  },
  "name": "Save to folder from context menu",
  "description": "Quickly download stuff to your pre-chosen folders from the comfort of your context menu!",
  "icons": {},
  "permissions": [
    "storage",
    "downloads",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "is.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "manifest_version": 2
}