ScreenAI — Universal AI Screen Assistant Firefox

Examine source code of ScreenAI — Universal AI Screen Assistant

By: Nono
Inspect and view changes in ScreenAI — Universal AI Screen Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ScreenAI — Universal AI Screen Assistant",
  "version": "1.1.0",
  "description": "Capture your screen, annotate, and ask any AI — without leaving your workflow.",
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "commands": {
    "capture-fullscreen": {
      "suggested_key": {
        "default": "Alt+Shift+S",
        "mac": "MacCtrl+Shift+S"
      },
      "description": "Capture full screen"
    },
    "capture-region": {
      "suggested_key": {
        "default": "Alt+Shift+A",
        "mac": "MacCtrl+Shift+A"
      },
      "description": "Capture selected region"
    },
    "toggle-highlight": {
      "suggested_key": {
        "default": "Alt+Shift+H",
        "mac": "Alt+Shift+H"
      },
      "description": "Toggle highlight mode"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": []
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "screenai@screenai.app",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best ScreenAI — Universal AI Screen Assistant Alternatives

Here are some Firefox add-ons that are similar to ScreenAI — Universal AI Screen Assistant: