Fire Drag Firefox

Examine source code of Fire Drag

제작자: Eric Tsang
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"
  ]
}

최고의 Fire Drag 대안

다음은 Fire Drag과(와) 유사한 Firefox add-on입니다: