AlwaysPlain - Paste as Plain Text Firefox

Examine source code of AlwaysPlain - Paste as Plain Text

Por: Elten
Inspect and view changes in AlwaysPlain - Paste as Plain Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AlwaysPlain - Paste as Plain Text",
  "version": "1.3.3",
  "description": "Always paste as plain text (Ctrl+V → plain text) in input fields and editable areas. Toggle on/off easily.",
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>",
    "clipboardRead"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "AlwaysPlain - Paste as Plain Text",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/on-16.png",
      "32": "icons/on-32.png",
      "48": "icons/on-48.png",
      "128": "icons/on-128.png"
    }
  },
  "icons": {
    "16": "icons/on-16.png",
    "48": "icons/on-48.png",
    "128": "icons/on-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "alwaysplain@el10.cc",
      "strict_min_version": "63.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Melhores alternativas AlwaysPlain - Paste as Plain Text

Aqui estão algumas Firefox add-ons que são similares a AlwaysPlain - Paste as Plain Text: