Explain and Send Screenshots Firefox

Examine source code of Explain and Send Screenshots

Inspect and view changes in Explain and Send Screenshots source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "{2b5916ef-4e9b-433c-b744-37b23c511516}"
    }
  },
  "name": "Explain and Send Screenshots",
  "description": "__MSG_description__",
  "version": "19.0.11",
  "homepage_url": "https://jasonsavard.com?ref=homepage_url&ext=screenshot",
  "background": {
    "scripts": [
      "js/common.js",
      "js/explainAndSendScreenshots.js",
      "js/background.js"
    ]
  },
  "commands": {
    "grab_selected_area": {
      "description": "__MSG_selectArea__"
    },
    "select_element": {
      "description": "__MSG_selectElement__"
    },
    "grab_visible_page": {
      "description": "__MSG_grabVisiblePart__"
    },
    "grab_entire_page": {
      "description": "__MSG_grabEntirePage__"
    },
    "grab_entire_screen": {
      "description": "__MSG_grabEntireScreen__"
    },
    "record_screen": {
      "description": "__MSG_recordScreen__"
    }
  },
  "action": {
    "default_icon": "images/icons/default19.png",
    "default_title": "__MSG_name__",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "images/icons/default19.png",
    "19": "images/icons/default19.png",
    "32": "images/icons/default32.png",
    "48": "images/icons/default48.png",
    "128": "images/icons/default128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "notifications",
    "scripting",
    "alarms"
  ],
  "optional_permissions": [
    "clipboardRead",
    "downloads"
  ],
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "options.html",
        "contribute.html"
      ],
      "matches": [
        "https://*.jasonsavard.com/*",
        "https://checkout.stripe.com/*",
        "https://www.paypal.com/*",
        "https://commerce.coinbase.com/*"
      ]
    }
  ]
}

Best Explain and Send Screenshots Alternatives

Here are some Firefox add-ons that are similar to Explain and Send Screenshots: