Drag To Go Firefox

Examine source code of Drag To Go

Inspect and view changes in Drag To Go source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "1.1.0",
  "manifest_version": 2,
  "name": "Drag To Go",
  "description": "Drag and drop feature.",
  "icons": {
    "48": "icons/drag.png"
  },
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": true
  },
  "background": {
    "page": "html/background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "permissions": [
    "downloads",
    "search",
    "storage",
    "tabs",
    "cookies"
  ]
}

Best Drag To Go Alternatives

Here are some Firefox add-ons that are similar to Drag To Go: