select an area to capture Firefox

Examine source code of select an area to capture

제작자: screenshot
Inspect and view changes in select an area to 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 (Basic)",
  "version": "1.0.0",
  "description": "Capture visible tab or select an area to capture. Simple and privacy-friendly.",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "downloads"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Awesome Screenshot",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bc11168e-9254-403a-8e45-b367a967de71}"
    }
  }
}

최고의 select an area to capture 대안

다음은 select an area to capture과(와) 유사한 Firefox add-on입니다: