Clean Copy — Remove Invisible Characters Firefox

Examine source code of Clean Copy — Remove Invisible Characters

제작자: McIMakeAddOns
Inspect and view changes in Clean Copy — Remove Invisible Characters source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Clean Copy (Remove Invisible Characters)",
  "version": "1.0.1",
  "description": "Automatically removes zero-width/invisible characters from copied text. Adds a context menu: “Copy cleaned text”.",
  "permissions": [
    "contextMenus",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Clean Copy",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "78.0",
      "id": "{739d734a-2108-4523-95a8-aa5a299d7fae}"
    }
  }
}

최고의 Clean Copy — Remove Invisible Characters 대안

다음은 Clean Copy — Remove Invisible Characters과(와) 유사한 Firefox add-on입니다: