SelectionDownloader Firefox

Examine source code of SelectionDownloader

Par : Eivy Add-on
Inspect and view changes in SelectionDownloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Download files from links and images in selected area without prompt",
  "manifest_version": 2,
  "name": "SelectionDownloader",
  "version": "0.7",
  "homepage_url": "https://github.com/Eivy/SelectionDownloader",
  "icons": {
    "16": "icons/collection.svg",
    "48": "icons/collection.svg",
    "96": "icons/collection.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "activeTab.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "menus",
    "activeTab",
    "downloads",
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "selectiondownloader@eivy"
    }
  }
}

Meilleures alternatives SelectionDownloader

Voici quelques Firefox add-ons qui sont similaires à SelectionDownloader :