FullScreenie: Screenshot, Annotate & Share Firefox

Examine source code of FullScreenie: Screenshot, Annotate & Share

By: thebug
Inspect and view changes in FullScreenie: Screenshot, Annotate & Share source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "FullScreenie: Screenshot & Annotate",
  "version": "2.3.2",
  "description": "Capture full-page or visible-area screenshots, annotate, and copy or save.",
  "options_ui": {
    "page": "ui/options.html",
    "open_in_tab": true
  },
  "commands": {
    "capture-opposite": {
      "suggested_key": {
        "default": "Alt+Shift+D"
      },
      "description": "Capture opposite mode (full page / visible area)"
    },
    "capture-custom-area": {
      "suggested_key": {
        "default": "Alt+Shift+A"
      },
      "description": "Capture custom area"
    },
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+Z"
      },
      "description": "Capture screenshot"
    }
  },
  "manifest_version": 2,
  "permissions": [
    "<all_urls>",
    "clipboardWrite",
    "storage",
    "contextMenus",
    "downloads",
    "notifications",
    "unlimitedStorage"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Capture Screenshot"
  },
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self'; object-src 'none';",
  "web_accessible_resources": [
    "ui/fonts/*.woff2"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "fullscreenie@parkerscode",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": []
      }
    }
  }
}

Best FullScreenie: Screenshot, Annotate & Share Alternatives

Here are some Firefox add-ons that are similar to FullScreenie: Screenshot, Annotate & Share: