Copy Document2 Firefox

Examine source code of Copy Document2

提供元: Tom
Inspect and view changes in Copy Document2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Copy Document",
  "version": "6",
  "description": "Copy Document to with Single Mouse Click",
  "browser_specific_settings": {
    "gecko": {
      "id": "copydocument@mozilla.mozilla",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "32": "icons/cd_32.png",
    "48": "icons/cd_48.png",
    "96": "icons/cd_96.png",
    "128": "icons/cd_128.png"
  },
  "action": {
    "default_icon": "icons/cd_48.png",
    "default_title": "Copy Document"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "menus"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

ベストのCopy Document2代替案

Copy Document2に類似したFirefox add-onをいくつか紹介します: