Save Image In Folder

Save Image In Folder

Save images to different folders in one click! You can define many folder names and save there in one click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Save Image In Folder",
  "description": "Save images in different folders with ease!",
  "version": "1.3resigned1",
  "homepage_url": "https://addons.mozilla.org/firefox/addon/save-image-in-folder-ex/",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "64": "icons/icon64.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "58.0a1"
    }
  },
  "background": {
    "scripts": [
      "common.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "downloads"
  ]
}