Quickly capture Firefox

Examine source code of Quickly capture

제작자: awesome-screenshot
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}"
    }
  }
}

최고의 Quickly capture 대안

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