QuizLens AI Firefox

Examine source code of QuizLens AI

Inspect and view changes in QuizLens AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "QuizLens AI",
  "version": "1.0.0",
  "description": "AI-powered question & quiz assistant. Detects multiple-choice questions, suggests answers, and provides explanations.",
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "contextMenus"
  ],
  "action": {
    "default_popup": "src/popup/index.html",
    "default_icon": {
      "16": "public/icons/icon.svg",
      "48": "public/icons/icon.svg",
      "128": "public/icons/icon.svg"
    }
  },
  "icons": {
    "16": "public/icons/icon.svg",
    "48": "public/icons/icon.svg",
    "128": "public/icons/icon.svg"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module",
    "scripts": [
      "service-worker-loader.js"
    ]
  },
  "options_page": "src/options/index.html",
  "content_scripts": [
    {
      "js": [
        "assets/contentScript.ts-loader-BduqKXlz.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "host_permissions": [
    "https://api.groq.com/*",
    "https://openrouter.ai/*",
    "https://generativelanguage.googleapis.com/*",
    "http://localhost:11434/*",
    "http://localhost:1234/*"
  ],
  "commands": {
    "solve-focused": {
      "suggested_key": {
        "default": "Alt+Q"
      },
      "description": "Solve focused question"
    },
    "open-popup": {
      "suggested_key": {
        "default": "Alt+Shift+Q"
      },
      "description": "Open QuizLens popup"
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/types-BO6fkIvc.js",
        "assets/contentScript.ts-BTy7eX_a.js"
      ],
      "use_dynamic_url": false
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "quizlens-ai@example.com",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best QuizLens AI Alternatives

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