Overleaf Image Paste For Firefox Firefox

Examine source code of Overleaf Image Paste For Firefox

By: Hencke
Inspect and view changes in Overleaf Image Paste For Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Overleaf Image Paste For Firefox",
  "version": "1.5",
  "description": "This extension allows you to quickly paste images from your clipboard directly into Overleaf.",
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite",
    "clipboardRead"
  ],
  "homepage_url": "https://github.com/MrHencke/Overleaf-Image-Helper",
  "browser_specific_settings": {
    "gecko": {
      "id": "{2e7913dc-5d8e-4b70-9208-f303830ca339}"
    }
  },
  "icons": {
    "32": "logo-32.png",
    "48": "logo-48.png",
    "64": "logo-64.png",
    "128": "logo-128.png",
    "256": "logo-256.png"
  },
  "browser_action": {
    "default_icon": {
      "256": "logo-256.png"
    },
    "default_title": "Overleaf Image Paste Settings",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.overleaf.com/project/*"
      ],
      "js": [
        "scripts/run.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Overleaf Image Paste For Firefox Alternatives

Here are some Firefox add-ons that are similar to Overleaf Image Paste For Firefox: