DRP Screenshot_saki Firefox

Examine source code of DRP Screenshot_saki

By: Sakib
Inspect and view changes in DRP Screenshot_saki source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PixelPerfect Screenshot",
  "version": "18",
  "description": "Ultra-high quality screenshot tool with adjustable rounded corners. Saves automatically to a designated subfolder.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "PixelPerfect Screenshot"
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "downloads",
    "downloads.open",
    "storage",
    "tabs",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "commands": {
    "capture_area": {
      "suggested_key": {
        "default": "Alt+C",
        "mac": "Alt+C"
      },
      "description": "Capture selected area"
    },
    "capture_full": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "Command+Shift+F"
      },
      "description": "Capture full page"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "drpscreenshot@saki.addons",
      "strict_min_version": "79.0"
    }
  }
}

Best DRP Screenshot_saki Alternatives

Here are some Firefox add-ons that are similar to DRP Screenshot_saki: