ClipBoard Firefox

Examine source code of ClipBoard

By: vauruta
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": "ClipBoard",
  "version": "1.0",
  "description": "A vintage typewriter-themed extension to collect, edit, and export text snippets from webpages, featuring a black-gold interface with typewriter key animations.",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "downloads"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6faa4559-40fc-4de7-a2c2-9dff0d32b2ae}"
    }
  }
}

Best ClipBoard Alternatives

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