Screen Capture & Copy Firefox

Examine source code of Screen Capture & Copy

By: Mabeen Add-on
Inspect and view changes in Screen Capture & Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "التقاط ونسخ الشاشة",
  "version": "1.2.0",
  "description": "التقط لقطة للصفحة المرئية الحالية وانسخها مباشرة إلى الحافظة بضغطة واحدة.",
  "permissions": [
    "activeTab",
    "scripting",
    "notifications"
  ],
  "action": {
    "default_title": "التقاط ونسخ الشاشة (Alt+Shift+S)"
  },
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "capture-screen": {
      "suggested_key": {
        "default": "Alt+Shift+S",
        "mac": "Alt+Shift+S"
      },
      "description": "التقاط الشاشة الحالية ونسخها للحافظة"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "screen-capture-tool@savorchic.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Screen Capture & Copy Alternatives

Here are some Firefox add-ons that are similar to Screen Capture & Copy: