NotebookLM Quiz Exporter Firefox

Examine source code of NotebookLM Quiz Exporter

Inspect and view changes in NotebookLM Quiz Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NotebookLM Quiz Exporter",
  "version": "5.5.0",
  "description": "Full bilingual (EN/FA) export of NotebookLM quizzes with correct answers and rationale. v5.5.0: option order now reproduces NotebookLM's exact seeded shuffle (question-hash + mulberry32) instead of a naive reverse, so the exported order and correct-answer letter always match what's on screen — toggleable in settings, on by default. Also: fixed popup width, responsive popup and fullscreen grid, automatic LTR/RTL text handling, language/theme preferences saved in the browser, settings inline in the popup, KaTeX formula rendering.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "storage",
    "clipboardWrite",
    "*://notebooklm.google.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://notebooklm.google.com/*"
      ],
      "js": [
        "src/vendor/katex/katex.min.js",
        "src/vendor/katex/auto-render.min.js",
        "src/i18n.js",
        "src/content.js"
      ],
      "css": [
        "src/vendor/fonts/fonts.css",
        "src/vendor/katex/katex.min.css",
        "src/content.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    "src/vendor/fonts/*",
    "src/vendor/katex/fonts/*"
  ],
  "browser_action": {
    "default_popup": "src/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "NotebookLM Quiz Exporter"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "src/i18n.js",
      "src/background.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "notebooklm-quiz-exporter@yourdomain.example",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best NotebookLM Quiz Exporter Alternatives

Here are some Firefox add-ons that are similar to NotebookLM Quiz Exporter: