Screenshot Analyzer Firefox

Examine source code of Screenshot Analyzer

Inspect and view changes in Screenshot Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Screenshot Analyzer",
  "version": "1.0",
  "description": "Capture a screenshot, analyze it using AI, and optionally insert the result into a webpage input field.",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Analyze Screenshot",
    "default_icon": "icons/icon.jpg"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon.jpg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@screenshot-analyzer-arpit",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Screenshot Analyzer Alternatives

Here are some Firefox add-ons that are similar to Screenshot Analyzer: