Snapkit.pro - Professional Screenshot Editor Firefox

Examine source code of Snapkit.pro - Professional Screenshot Editor

By: Jason
Inspect and view changes in Snapkit.pro - Professional Screenshot Editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Snapkit.pro - Professional Screenshot Editor",
  "version": "1.0.0",
  "description": "Create beautiful, professional screenshots with annotations, backgrounds, and effects. Perfect for presentations, documentation, and social media.",
  "author": "Snapkit.pro",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "contextMenus",
    "notifications",
    "downloads",
    "<all_urls>",
    "http://localhost:*/*",
    "https://localhost:*/*",
    "https://snapkit.pro/*"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content-script.js"
      ],
      "css": [
        "content/content-styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "Snapkit.pro - Professional Screenshot Editor",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "commands": {
    "capture-visible": {
      "suggested_key": {
        "default": "Ctrl+Shift+V",
        "mac": "Command+Shift+V"
      },
      "description": "Capture visible area"
    },
    "capture-element": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "Capture selected element"
    },
    "capture-full-page": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "Command+Shift+F"
      },
      "description": "Capture full page"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "content/overlay.html",
    "icons/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{164a60ba-e6e4-4a4d-be91-bb2be883b2ae}"
    }
  }
}

Best Snapkit.pro - Professional Screenshot Editor Alternatives

Here are some Firefox add-ons that are similar to Snapkit.pro - Professional Screenshot Editor: