clipboard Firefox

Examine source code of clipboard

By: Mustafa
Inspect and view changes in clipboard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "مدير السكربتات - النسخ واللصق",
  "version": "1.0.2",
  "description": "أداة لصق النصوص والسكربتات",
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab",
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "myscriptmanager@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "browser_action": {
    "default_title": "إدارة السكربتات",
    "default_popup": "popup.html"
  }
}

Best clipboard Alternatives

Here are some Firefox add-ons that are similar to clipboard: