Fire Drag Firefox

Examine source code of Fire Drag

Inspect and view changes in Fire Drag source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Provide drag-and-drop utilities for texts and links",
  "manifest_version": 2,
  "name": "fire-drag",
  "version": "2.0.9",
  "homepage_url": "https://github.com/erictsangx/fire-drag",
  "author": "erictsangx@gmail.com",
  "applications": {
    "gecko": {
      "id": "@firedrag"
    }
  },
  "icons": {
    "48": "icons/drag-48.png",
    "96": "icons/drag-96.png"
  },
  "background": {
    "scripts": [
      "rollup/background_scripts.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "rollup/content_scripts.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "icons/no-touch.png"
  ],
  "options_ui": {
    "page": "index.html",
    "open_in_tab": true
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}

Melhores alternativas Fire Drag

Aqui estão algumas Firefox add-ons que são similares a Fire Drag: