Femmage Firefox

Examine source code of Femmage

제작자: eliaspourquoi
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"
  ]
}

최고의 Femmage 대안

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