Download Images From Tabs

Download images from tabs to the left, right or from the current tab. You can select links and open them in new tabs for download.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "description": "Download images from tabs to the left, right or from the current tab. You can select links and open them in new tabs for download.",
  "manifest_version": 2,
  "name": "Download Images From Tabs",
  "version": "1.0.3resigned1",
  "author": "famousRobot",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "downloads",
    "<all_urls>",
    "tabs",
    "contextMenus",
    "storage"
  ],
  "icons": {
    "48": "icons/download_icon48_version.png"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "48": "icons/download_icon48_version.png"
    },
    "theme_icons": [
      {
        "light": "icons/download_icon48_version_dark.png",
        "dark": "icons/download_icon48_version.png",
        "size": 48
      }
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{45ee564a-8d3a-4efa-92cc-8ff5db92bf93}"
    }
  }
}