AI Research Assistant Chrome Extension Firefox

Examine source code of AI Research Assistant Chrome Extension

Inspect and view changes in AI Research Assistant Chrome Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Research Assistant Chrome Extension",
  "short_name": "AI Research ",
  "version": "1.0.0",
  "description": "Chrome extension that augments web research with AI summarisation and note-taking. Highlights key passages on any webpage, generates",
  "author": "ForgeX",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "AI Research Assistant Chrome Extension",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-research-assistant-chrome-extension@forgex.empire",
      "strict_min_version": "109.0"
    }
  }
}

Best AI Research Assistant Chrome Extension Alternatives

Here are some Firefox add-ons that are similar to AI Research Assistant Chrome Extension: