By: ali saadat Add-on
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:
NotebookLM Chat Exporter
mertso13
Canvas Quiz Fetch
Wayne
Quizlet Set Exporter
Simon
Obsidian NotebookLM Webclipper
Pedrosocodes
LM Exporter – NotebookLM to PDF, MD,
Spirit Fox Lab
NotebookLM Exporter
shloopidoo
Quiz Solver for Moodle
Nathaniel Fredericks
NotebookLM PDF Downloader (Android & Desktop)
Hobbyt
NotebookLM Tex, MD Exporter
HaithemYk
D2L to NotebookLM
MakingPoutine
LLM Chat Exporter
KARIM DAMATY
NotebookLM Tools for Gemini Notebook™
trungpv