Page Q&A Assistant Firefox

Examine source code of Page Q&A Assistant

Inspect and view changes in Page Q&A Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Q&A Assistant",
  "version": "1.1",
  "description": "Ask questions about the current webpage",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://api.groq.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "action": {
    "default_title": "Page Q&A"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{08481a54-5a49-4dc1-8f37-9ba96b34a6da}"
    }
  }
}

Best Page Q&A Assistant Alternatives

Here are some Firefox add-ons that are similar to Page Q&A Assistant: