AI Page Assistant Firefox

Examine source code of AI Page Assistant

Inspect and view changes in AI Page Assistant source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Page Assistant",
  "version": "1.1.0",
  "description": "Ask questions, summarize, save notes, and extract useful insights from webpages with Gemini.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "https://generativelanguage.googleapis.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "AI Page Assistant"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "summarize-page": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Queue a concise summary of the current page"
    },
    "explain-selection": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "Explain the current text selection"
    },
    "extract-action-items": {
      "suggested_key": {
        "default": "Ctrl+Shift+U",
        "mac": "Command+Shift+U"
      },
      "description": "Extract action items from the current page"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ac752e54-87b9-469d-8b82-989b846ff03a}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "websiteContent"
        ]
      }
    }
  }
}

Best AI Page Assistant Alternatives

Here are some Firefox add-ons that are similar to AI Page Assistant: