Quickly capture Firefox

Examine source code of Quickly capture

Inspect and view changes in Quickly capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Awesome Screenshot",
  "version": "1.0.0",
  "description": "Quickly capture the visible tab or a selected area, annotate (pen, rectangle, text), and download as PNG.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "downloads",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Awesome Screenshot",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "editor.html",
    "editor.css",
    "editor.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "select.js"
      ],
      "css": [
        "select.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5a96f3ff-def2-47f5-87ec-91ef732d2880}"
    }
  }
}

Meilleures alternatives Quickly capture

Voici quelques Firefox add-ons qui sont similaires à Quickly capture :