Copy Text Without Formatting Firefox

Examine source code of Copy Text Without Formatting

作者: ByteWorks
Inspect and view changes in Copy Text Without Formatting source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy Text Without Formatting",
  "version": "1.0",
  "description": "A Firefox extension to copy selected text without formatting.",
  "permissions": [
    "activeTab",
    "contextMenus",
    "clipboardWrite"
  ],
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{27cc8f0a-8ba9-452c-bfaf-49bfce75020e}"
    }
  }
}

最佳 Copy Text Without Formatting 替代方案

这里是一些与Copy Text Without Formatting类似的Firefox add-on: