CopyClean Firefox

Examine source code of CopyClean

제작자: Bəxtiyar
Inspect and view changes in CopyClean source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CopyClean",
  "version": "1.1.0",
  "description": "Copy selected text with all formatting stripped — plain text only",
  "browser_specific_settings": {
    "gecko": {
      "id": "{598dd24c-8fab-497a-b9a8-88983ae593e6}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "res/16.png",
    "32": "res/32.png",
    "48": "res/48.png",
    "96": "res/96.png",
    "128": "res/128.png"
  },
  "browser_action": {
    "default_popup": "panel/panel.html",
    "default_icon": {
      "16": "res/16.png",
      "32": "res/32.png",
      "48": "res/48.png",
      "96": "res/96.png",
      "128": "res/128.png"
    }
  },
  "background": {
    "scripts": [
      "scripts/main.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "clean_copy.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

최고의 CopyClean 대안

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