Femmage Firefox

Examine source code of Femmage

Inspect and view changes in Femmage source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Collage",
  "version": "0.1",
  "description": "Make any web page a canvas to select, copy and paste anywhere else.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "src/content.js",
        "src/content/css.js",
        "src/content/clip.js",
        "src/content/paste.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "<all_urls>",
    "clipboardWrite"
  ]
}

Best Femmage Alternatives

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